Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanVault ¶
func CleanVault()
func PopulateVault ¶
func PopulateVault()
Types ¶
type Service ¶
type Service struct {
Meta *TestServiceMetadata `json:"meta"`
Logo string `json:"logo"`
ShortDescription string `json:"shortDescription"`
LongDescription string
ProxyCode string
ProxyLanguage string
ImpersonateWithinRole bool
Proxy bool
IsActive bool
SecretPaths []string
CSRF bool
Strategy *TestServiceStrategy `json:"strategy"`
Resolver *TestServiceResolver `json:"resolver"`
}
Service service definition struct
type TestServiceCache ¶
type TestServiceMetadata ¶
type TestServiceResolver ¶
type TestServiceResolver struct {
Yaml *resolvers.YAMLResolver `json:"yaml"`
Lua *resolvers.LuaResolver `json:"lua"`
Cache *TestServiceCache `json:"cache"`
}
type TestServiceStrategy ¶
Click to show internal directories.
Click to hide internal directories.