调整接口
This commit is contained in:
@ -22,6 +22,7 @@ type (
|
||||
CreateIP(ctx context.Context, in *model.IPCreateIn) (*model.IPCreateOut, error)
|
||||
UpdateIP(ctx context.Context, in *model.IPUpdateIn) (*model.IPUpdateOut, error)
|
||||
DeleteIP(ctx context.Context, in *model.IPDeleteIn) (*model.IPDeleteOut, error)
|
||||
Detail(ctx context.Context, in *model.StoreDetailIn) (out *model.StoreDetailOut, err error)
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user