Documentation ¶
Overview ¶
Package types provides shared types and structs.
Index ¶
Constants ¶
View Source
const ( // ExtendedPathPrefix is the path prefix that will be used for the extended endpoints. ExtendedPathPrefix types.EndpointPrefix = "1.0" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExtendedType ¶
type ExtendedType struct { Sender types.AddrPort `json:"sender" yaml:"sender"` Message string `json:"message" yaml:"message"` }
ExtendedType is an example of an API type usable by MicroCluster but defined by this example project.
Click to show internal directories.
Click to hide internal directories.