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