Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReplicationQueueConfig ¶
type SetupOptions ¶
type SetupOptions struct {
Name string
Location string
Hostname string
ReplicationEnabled bool
ReplicationPassphrase string
ReplicationQueueType string
ReplicationQueueGooglePubSubProject string
ReplicationQueueGooglePubSubTopic string
TTYRecsOffloadEnabled bool
TTYRecsOffloadConfigType string
TTYRecsOffloadConfigGCSBucket string
TTYRecsOffloadConfigGCSObjectsBasePath string
TTYRecsOffloadConfigS3Bucket string
TTYRecsOffloadConfigS3KeysBasePath string
}
type StandardError ¶
type StandardError string
StandardError is a wrapper around string to handle the plugin's custom errors
const ( ErrUnknownCommand StandardError = "unknown command" ErrCommandDisabled StandardError = "command disabled" ErrMissingArguments StandardError = "missing arguments" )
func (StandardError) Error ¶
func (e StandardError) Error() string
Error returns the error as a string
Click to show internal directories.
Click to hide internal directories.