web_api: rename
This commit is contained in:
@@ -119,12 +119,12 @@ func (svc *Service) SeedCombobulator(ctx context.Context) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// Combobulate implements combobulate operation.
|
||||
// CombobulateMap implements combobulateMap operation.
|
||||
//
|
||||
// Queue a map for combobulator processing.
|
||||
//
|
||||
// POST /maps-admin/combobulate
|
||||
func (svc *Service) Combobulate(ctx context.Context, params api.CombobulateParams) error {
|
||||
func (svc *Service) CombobulateMap(ctx context.Context, params api.CombobulateMapParams) error {
|
||||
userInfo, ok := ctx.Value("UserInfo").(UserInfoHandle)
|
||||
if !ok {
|
||||
return ErrUserInfo
|
||||
|
||||
Reference in New Issue
Block a user