bouncer/internal/admin/error.go

6 lines
111 B
Go
Raw Normal View History

2023-04-24 20:52:12 +02:00
package admin
import "gitlab.com/wpetit/goweb/api"
const ErrCodeAlreadyExist api.ErrorCode = "already-exist"