Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultWaitingWindow time.Duration = 30 * time.Second
)
Variables ¶
View Source
var (
ErrNotFound error = errors.New("resource not found")
)
Functions ¶
This section is empty.
Types ¶
type Authentication ¶
type Error ¶
type Operation ¶
type Operation struct { Type OperationType ApplicationName string // DEPRECATED: use L3L4 instead Servers []string Data []*L3L4Data }
type OperationType ¶
type OperationType string
const ( OperationRemove OperationType = "remove" OperationCreateOrUpdate OperationType = "create-or-update" OperationUpdate OperationType = "update" // This one will soon be deprecated. OperationAdd OperationType = "add" )
Click to show internal directories.
Click to hide internal directories.