Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InternalPlugins = map[string]plugin.Root{ "aws": &aws.Root{}, "docker": &docker.Root{}, "gcp": &gcp.Root{}, "kubernetes": &kubernetes.Root{}, }
InternalPlugins lists the plugins enabled by default in Wash.
Functions ¶
This section is empty.
Types ¶
type Opts ¶
type Opts struct { CPUProfilePath string LogFile string // LogLevel can be "warn", "info", "debug", or "trace". LogLevel string PluginConfig map[string]map[string]interface{} }
Opts exposes additional configuration for server operation.
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server encapsulates a running wash server with both Socket and FUSE servers.
func ForVerifyInstall ¶
ForVerifyInstall creates a new Server that's meant to be used for verifying a given Wash installation.
func (*Server) Start ¶
Start starts the server. It returns once the server is ready. The Boolean value is true if all plugins were successfully loaded
Click to show internal directories.
Click to hide internal directories.