Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ExecutionContextKey = executionContextKey("execution-context")
ExecutionContextKey execution context
Functions ¶
func EnsureExecutionContext ¶ added in v0.1.22
EnsureExecutionContext ensure
func NewInvalidInputError ¶
func NewInvalidInputError(in interface{}) error
func NewInvalidOutputError ¶
func NewInvalidOutputError(in interface{}) error
func NewMethodNotFoundError ¶
Types ¶
type Executable ¶
Executable is a function that can be executed
type Service ¶
type Service interface {
Name() string
Methods() Signatures
Method(name string) (Executable, error)
}
Service is a service interface
type Signatures ¶
type Signatures []Signature
func (Signatures) Lookup ¶
func (s Signatures) Lookup(name string) *Signature
Click to show internal directories.
Click to hide internal directories.