Documentation
¶
Index ¶
Constants ¶
View Source
const (
ExampleSignalType signal.SignalType = "example-signal"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExampleSignal ¶
type ExampleSignal struct {
Arg1 string `json:"arg_1"`
Arg2 string `json:"arg_2"`
// contains filtered or unexported fields
}
func (*ExampleSignal) Type ¶
func (e *ExampleSignal) Type() signal.SignalType
Click to show internal directories.
Click to hide internal directories.