Documentation ¶
Index ¶
- func NewAuthError(msg string) error
- func NewBadInputError(msg string) error
- func NewConflictError(msg string) error
- func NewInternalError(msg string) error
- func NewNotFoundError(msg string) error
- func NewService(rootPrefix string, authService auth.HTTPAuthService, store store.Store, ...) mservice.Service
- func NewVersionError(msg string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBadInputError ¶
NewBadInputError creates a new Bad Input Error.
func NewConflictError ¶
NewConflictError creates a new Conflict Error
func NewInternalError ¶
NewInternalError returns a new error that isn't covered by the other error types.
func NewNotFoundError ¶
NewNotFoundError creates a new not found Error.
func NewService ¶
func NewService( rootPrefix string, authService auth.HTTPAuthService, store store.Store, iOpts instrument.Options, clockOpts clock.Options, ) mservice.Service
NewService creates a new r2 service using a given store.
func NewVersionError ¶
NewVersionError creates a new Version Error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.