niki/service/kind_box/get_all.go

9 lines
190 B
Go

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