Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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.