Documentation
¶
Index ¶
- type ServerDetails
- type ServerWithCustomDependenciesDetails
- type ServerWithCustomParametersDetails
- func (s ServerWithCustomParametersDetails) CustomParamFlagName() string
- func (s ServerWithCustomParametersDetails) CustomRecordedParamEnvVar() string
- func (s ServerWithCustomParametersDetails) CustomRecordedParamFlagName() string
- func (s ServerWithCustomParametersDetails) CustomRecordedParamID() string
- func (s ServerWithCustomParametersDetails) GreetStructuredToolName() string
- func (s ServerWithCustomParametersDetails) GreetToolName() string
- type ServerWithCustomToolsDetails
- type ServerWithLoggingDetails
- type ServerWithWatchdogDetails
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerDetails ¶
type ServerDetails struct {
// contains filtered or unexported fields
}
func BuildEmptyServer ¶
func BuildEmptyServer(t *testing.T) ServerDetails
func BuildServerWithMATLABFeature ¶ added in v0.5.1
func BuildServerWithMATLABFeature(t *testing.T) ServerDetails
func (ServerDetails) BinaryLocation ¶
func (s ServerDetails) BinaryLocation() string
func (ServerDetails) Instructions ¶
func (s ServerDetails) Instructions() string
func (ServerDetails) ModuleName ¶
func (s ServerDetails) ModuleName() string
func (ServerDetails) Name ¶
func (s ServerDetails) Name() string
func (ServerDetails) Title ¶
func (s ServerDetails) Title() string
type ServerWithCustomDependenciesDetails ¶ added in v0.6.0
type ServerWithCustomDependenciesDetails struct {
ServerDetails
// contains filtered or unexported fields
}
func BuildServerWithCustomDependencies ¶ added in v0.5.1
func BuildServerWithCustomDependencies(t *testing.T) ServerWithCustomDependenciesDetails
func (ServerWithCustomDependenciesDetails) GreetToolName ¶ added in v0.6.0
func (s ServerWithCustomDependenciesDetails) GreetToolName() string
type ServerWithCustomParametersDetails ¶ added in v0.6.0
type ServerWithCustomParametersDetails struct {
ServerDetails
// contains filtered or unexported fields
}
func BuildServerWithCustomParameters ¶ added in v0.5.1
func BuildServerWithCustomParameters(t *testing.T) ServerWithCustomParametersDetails
func (ServerWithCustomParametersDetails) CustomParamFlagName ¶ added in v0.6.0
func (s ServerWithCustomParametersDetails) CustomParamFlagName() string
func (ServerWithCustomParametersDetails) CustomRecordedParamEnvVar ¶ added in v0.6.0
func (s ServerWithCustomParametersDetails) CustomRecordedParamEnvVar() string
func (ServerWithCustomParametersDetails) CustomRecordedParamFlagName ¶ added in v0.6.0
func (s ServerWithCustomParametersDetails) CustomRecordedParamFlagName() string
func (ServerWithCustomParametersDetails) CustomRecordedParamID ¶ added in v0.6.0
func (s ServerWithCustomParametersDetails) CustomRecordedParamID() string
func (ServerWithCustomParametersDetails) GreetStructuredToolName ¶ added in v0.6.0
func (s ServerWithCustomParametersDetails) GreetStructuredToolName() string
func (ServerWithCustomParametersDetails) GreetToolName ¶ added in v0.6.0
func (s ServerWithCustomParametersDetails) GreetToolName() string
type ServerWithCustomToolsDetails ¶ added in v0.6.0
type ServerWithCustomToolsDetails struct {
ServerDetails
// contains filtered or unexported fields
}
func BuildServerWithCustomTools ¶
func BuildServerWithCustomTools(t *testing.T) ServerWithCustomToolsDetails
func (ServerWithCustomToolsDetails) GreetStructuredToolName ¶ added in v0.6.0
func (s ServerWithCustomToolsDetails) GreetStructuredToolName() string
func (ServerWithCustomToolsDetails) GreetToolName ¶ added in v0.6.0
func (s ServerWithCustomToolsDetails) GreetToolName() string
type ServerWithLoggingDetails ¶ added in v0.6.0
type ServerWithLoggingDetails struct {
ServerDetails
// contains filtered or unexported fields
}
func BuildServerWithLogging ¶ added in v0.5.1
func BuildServerWithLogging(t *testing.T) ServerWithLoggingDetails
func (ServerWithLoggingDetails) StructuredToolThatLogsName ¶ added in v0.6.0
func (s ServerWithLoggingDetails) StructuredToolThatLogsName() string
func (ServerWithLoggingDetails) ToolThatLogsName ¶ added in v0.6.0
func (s ServerWithLoggingDetails) ToolThatLogsName() string
type ServerWithWatchdogDetails ¶ added in v0.7.0
type ServerWithWatchdogDetails struct {
ServerDetails
// contains filtered or unexported fields
}
func BuildServerWithWatchdog ¶ added in v0.7.0
func BuildServerWithWatchdog(t *testing.T) ServerWithWatchdogDetails
func (ServerWithWatchdogDetails) GetPIDToolName ¶ added in v0.7.0
func (s ServerWithWatchdogDetails) GetPIDToolName() string
Directories
¶
| Path | Synopsis |
|---|---|
|
source
|
|
|
empty_server
command
|
|
|
server_with_custom_dependencies
command
|
|
|
server_with_custom_parameters
command
|
|
|
server_with_custom_tools
command
|
|
|
server_with_logging
command
|
|
|
server_with_matlab_feature
command
|
|
|
server_with_watchdog
command
|
Click to show internal directories.
Click to hide internal directories.