Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EndpointSpec ¶
type EndpointSpec struct {
Name string
}
EndpointSpec describes a dispatcher method in an event dispatcher. nolint: golint
type PackageSpec ¶
PackageSpec contains import information.
type ServiceSpec ¶
type ServiceSpec struct { Name string Package PackageSpec Endpoints []EndpointSpec }
ServiceSpec describes the service interface.
Click to show internal directories.
Click to hide internal directories.