Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecAction ¶
type ExecAction struct { *starlarkstruct.Struct // contains filtered or unexported fields }
func (ExecAction) Type ¶ added in v0.18.9
func (e ExecAction) Type() string
func (*ExecAction) Unpack ¶ added in v0.18.9
func (e *ExecAction) Unpack(v starlark.Value) error
Unpack handles the possibility of receiving starlark.None but otherwise just casts to ExecAction
func (ExecAction) ValueOrNone ¶
func (e ExecAction) ValueOrNone() starlark.Value
type HTTPGetAction ¶
type HTTPGetAction struct { *starlarkstruct.Struct // contains filtered or unexported fields }
func (HTTPGetAction) Type ¶ added in v0.18.9
func (h HTTPGetAction) Type() string
func (*HTTPGetAction) Unpack ¶ added in v0.18.9
func (h *HTTPGetAction) Unpack(v starlark.Value) error
Unpack handles the possibility of receiving starlark.None but otherwise just casts to HTTPGetAction
func (HTTPGetAction) ValueOrNone ¶
func (h HTTPGetAction) ValueOrNone() starlark.Value
type Probe ¶
type Probe struct { *starlarkstruct.Struct // contains filtered or unexported fields }
type TCPSocketAction ¶
type TCPSocketAction struct { *starlarkstruct.Struct // contains filtered or unexported fields }
func (TCPSocketAction) Type ¶ added in v0.18.9
func (t TCPSocketAction) Type() string
func (*TCPSocketAction) Unpack ¶ added in v0.18.9
func (t *TCPSocketAction) Unpack(v starlark.Value) error
Unpack handles the possibility of receiving starlark.None but otherwise just casts to TCPSocketAction
func (TCPSocketAction) ValueOrNone ¶
func (t TCPSocketAction) ValueOrNone() starlark.Value
Click to show internal directories.
Click to hide internal directories.