forked from ebhomengo/niki
8 lines
223 B
Go
8 lines
223 B
Go
|
package kindboxservice
|
||
|
|
||
|
import param "git.gocasts.ir/ebhomengo/niki/param/kind_box_req"
|
||
|
|
||
|
func (s Service) GetById(request param.KindBoxReqGetByIdRequest) (param.KindBoxReqGetByIdResponse, error) {
|
||
|
panic("not implement")
|
||
|
}
|