Documentation
¶
Overview ¶
Package definition provides basic Enterprise feature definitions.
Package definition provides basic Enterprise feature definitions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Audit ¶
type Audit struct {
Enabled bool
}
Audit describes Enterprise audit options of the application.
type CmdBuilder ¶
type CmdBuilder interface { }
CmdBuilder provides a builder for Enterprise commands.
type DBLab ¶
type DBLab struct {
InstanceLimit uint
}
DBLab describes Enterprise dblab options of the application.
type EnterpriseOptions ¶
EnterpriseOptions describes Enterprise options of the application.
type Entertainer ¶
Entertainer provides a help message for Enterprise commands.
type OptionProvider ¶
type OptionProvider interface {
GetEnterpriseOptions(file string) (EnterpriseOptions, error)
}
OptionProvider defines an interface to receive values of Enterprise application options.
Click to show internal directories.
Click to hide internal directories.