Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateEndpointParams ¶
type CreateEndpointParams struct {
HealthCheckInterval int `json:"healthcheck_interval"`
Checks []api.HealthCheck `json:"checks"`
Plugin string `json:"plugin_name"`
PluginConfig json.RawMessage `json:"plugin_config"`
}
type Creator ¶
type ErrTooManyEndpoints ¶ added in v3.1.0
type ErrTooManyEndpoints struct {
// contains filtered or unexported fields
}
func (ErrTooManyEndpoints) Error ¶ added in v3.1.0
func (e ErrTooManyEndpoints) Error() string
Directories
¶
| Path | Synopsis |
|---|---|
|
Package endpointmock is a generated GoMock package.
|
Package endpointmock is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.