niki/service/kind_box/get_by_id.go

9 lines
227 B
Go
Raw Normal View History

package kindboxservice
import param "git.gocasts.ir/ebhomengo/niki/param/kind_box"
2023-12-20 15:39:25 +00:00
func (s Service) GetByID(request param.KindBoxGetByIDRequest) (param.KindBoxGetByIDResponse, error) {
// some code
panic("not implement")
}