Documentation ¶
Overview ¶
Package admin implements server administrator functions
Index ¶
Constants ¶
View Source
const (
// UserIDURIParamKey is used to refer to user IDs in router params.
UserIDURIParamKey = "userID"
)
Variables ¶
View Source
var Providers = wire.NewSet( ProvideService, )
Providers are our collection of what we provide to other services.
Functions ¶
func ProvideService ¶
func ProvideService( logger logging.Logger, cfg *authservice.Config, authenticator authentication.Authenticator, userDataManager types.AdminUserDataManager, sessionManager *scs.SessionManager, encoder encoding.ServerEncoderDecoder, routeParamManager routing.RouteParamManager, tracerProvider tracing.TracerProvider, ) types.AdminService
ProvideService builds a new AuthService.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.