Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeChallengeEndpoint ¶
func RegisterHTTPHandlers ¶
func RegisterHTTPHandlers(r *mux.Router, e Endpoints, options ...httptransport.ServerOption)
Types ¶
type ChallengeService ¶
func NewService ¶
func NewService(challengeStore challenge.Store) *ChallengeService
func (*ChallengeService) SCEPChallenge ¶
func (c *ChallengeService) SCEPChallenge(_ context.Context) (string, error)
type Endpoints ¶
func MakeServerEndpoints ¶
func MakeServerEndpoints(s Service, outer endpoint.Middleware, others ...endpoint.Middleware) Endpoints
Click to show internal directories.
Click to hide internal directories.