All checks were successful
Cadoles/bouncer/pipeline/head This commit looks good
6 lines
111 B
Go
6 lines
111 B
Go
package admin
|
|
|
|
import "gitlab.com/wpetit/goweb/api"
|
|
|
|
const ErrCodeAlreadyExist api.ErrorCode = "already-exist"
|