forked from ebhomengo/niki
13 lines
240 B
Go
13 lines
240 B
Go
|
package adminkindboxservice
|
||
|
|
||
|
import (
|
||
|
"context"
|
||
|
|
||
|
param "git.gocasts.ir/ebhomengo/niki/param/admin/kind_box"
|
||
|
)
|
||
|
|
||
|
func (s Service) Delete(ctx context.Context, req param.KindBoxDeleteRequest) error {
|
||
|
// some code
|
||
|
panic("not implemented")
|
||
|
}
|