Documentation
¶
Index ¶
Constants ¶
View Source
const (
RequestFailed = "TotpRequestFailed"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
sptty.BaseConfig
Endpoints map[string]Endpoint `yaml:"endpoints"`
}
func (*Config) ConfigName ¶
type GenerateBody ¶
type RequestEndpoint ¶
type Service ¶
type Service struct {
sptty.BaseService
// contains filtered or unexported fields
}
func (*Service) ServiceName ¶
type ValidateRequest ¶
type ValidateRequest struct {
RequestEndpoint
GenerateBody
}
Click to show internal directories.
Click to hide internal directories.