Documentation
¶
Index ¶
Constants ¶
View Source
const (
PluginName string = "aserto_edge"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Enabled bool `json:"enabled"`
Addr string `json:"addr"`
APIKey string `json:"apikey"`
TenantID string `json:"tenant_id,omitempty"`
Timeout int `json:"timeout"`
PageSize int `json:"page_size"`
SyncInterval int `json:"sync_interval"`
Insecure bool `json:"insecure"`
SessionID string `json:"session_id,omitempty"`
}
type Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
func (*Plugin) Reconfigure ¶
type PluginFactory ¶
type PluginFactory struct {
// contains filtered or unexported fields
}
func NewPluginFactory ¶
Click to show internal directories.
Click to hide internal directories.