Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authenticated ¶ added in v1.20.0
type Authenticated struct {
*Service
// contains filtered or unexported fields
}
func NewAuthenticated ¶ added in v1.20.0
func NewAuthenticated(prefix string) (*Authenticated, error)
func (*Authenticated) Initialize ¶ added in v1.20.0
func (a *Authenticated) Initialize() error
func (*Authenticated) Terminate ¶ added in v1.20.0
func (a *Authenticated) Terminate()
type DEPRECATEDService ¶ added in v1.20.0
type DEPRECATEDService struct {
*application.Application
// contains filtered or unexported fields
}
func NewDEPRECATEDService ¶ added in v1.20.0
func NewDEPRECATEDService(prefix string) (*DEPRECATEDService, error)
func (*DEPRECATEDService) AuthClient ¶ added in v1.20.0
func (d *DEPRECATEDService) AuthClient() auth.Client
func (*DEPRECATEDService) Initialize ¶ added in v1.20.0
func (d *DEPRECATEDService) Initialize() error
func (*DEPRECATEDService) Secret ¶ added in v1.20.0
func (d *DEPRECATEDService) Secret() string
func (*DEPRECATEDService) Terminate ¶ added in v1.20.0
func (d *DEPRECATEDService) Terminate()
type Service ¶ added in v1.20.0
type Service struct {
*application.Application
// contains filtered or unexported fields
}
func (*Service) AuthClient ¶ added in v1.20.0
func (*Service) Initialize ¶ added in v1.20.0
func (*Service) SetAuthClient ¶ added in v1.20.0
Click to show internal directories.
Click to hide internal directories.