niki/service/kind_box/get_all.go

8 lines
176 B
Go
Raw Normal View History

package kindboxservice
import param "git.gocasts.ir/ebhomengo/niki/param/kind_box"
func (s Service) GetAll() (param.KindBoxGetAllResponse, error) {
panic("not implement")
}