Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthCheck ¶
type HealthCheck struct {
// contains filtered or unexported fields
}
func (*HealthCheck) Get ¶
func (c *HealthCheck) Get()
type Keyword ¶
type Keyword struct {
// contains filtered or unexported fields
}
func (*Keyword) NestPrepare ¶
func (c *Keyword) NestPrepare()
type NestPreparer ¶
type NestPreparer interface {
NestPrepare()
}
type OAuthClient ¶
type OAuthClient struct {
// contains filtered or unexported fields
}
func (*OAuthClient) Post ¶
func (c *OAuthClient) Post()
type OAuthToken ¶
type OAuthToken struct {
// contains filtered or unexported fields
}
func (*OAuthToken) Post ¶
func (c *OAuthToken) Post()
func (*OAuthToken) Revoke ¶
func (c *OAuthToken) Revoke()
Click to show internal directories.
Click to hide internal directories.