forked from ebhomengo/niki
8 lines
222 B
Go
8 lines
222 B
Go
|
package reqkindboxservice
|
||
|
|
||
|
import "git.gocasts.ir/ebhomengo/niki/param"
|
||
|
|
||
|
func (s Service) GetAll(req param.ReqKindBoxGetAllRequest) (param.ReqKindBoxGetAllResponse, error) {
|
||
|
return param.ReqKindBoxGetAllResponse{}, nil
|
||
|
}
|