Documentation
¶
Index ¶
- func Attach(mux goahttp.Muxer, service *Service)
- type Service
- func (s *Service) APIKeyAuth(ctx context.Context, key string, scheme *security.APIKeyScheme) (context.Context, error)
- func (s *Service) Create(ctx context.Context, p *gen.CreatePayload) (*gen.CreateResult, error)
- func (s *Service) ProjectSlugAuth(ctx context.Context, slug string, scheme *security.APIKeyScheme) (context.Context, error)
- func (s *Service) Revoke(ctx context.Context, p *gen.RevokePayload) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) APIKeyAuth ¶
func (*Service) Create ¶
func (s *Service) Create(ctx context.Context, p *gen.CreatePayload) (*gen.CreateResult, error)
func (*Service) ProjectSlugAuth ¶
Click to show internal directories.
Click to hide internal directories.