2023-12-20 08:27:13 +00:00
|
|
|
package kindboxservice
|
|
|
|
|
|
|
|
import param "git.gocasts.ir/ebhomengo/niki/param/kind_box"
|
|
|
|
|
|
|
|
func (s Service) GetAll() (param.KindBoxGetAllResponse, error) {
|
2023-12-20 08:41:50 +00:00
|
|
|
// some code
|
2023-12-20 08:27:13 +00:00
|
|
|
panic("not implement")
|
|
|
|
}
|