Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrFailedNonce = "nonce failure" ErrFailedProcessAlreadyRegistered = "process has already be initialized" ErrFailedToMarshalPayload = "failed to marshal payload" ErrFailedToSaveProcessDetails = "failed to save process details" ErrFailedTokenForge = "failed to forge the token" ErrFailedTypeCast = "failed to cast type" )
View Source
const (
// TODO: this was removed from the chassis and I'm not sure where it should go tbh
GlobalNonceKey = "GLOBAL_NONCE"
)
Variables ¶
View Source
var (
ErrFailedInitialize = "failed to init the new process"
)
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller interface { ServiceDiscovery }
func NewController ¶
func NewController(kvController kv.Controller) Controller
type Rpc ¶
type Rpc interface { chassis.RPCRegistrar sdConnect.ServiceDiscoveryServiceHandler }
type ServiceDiscovery ¶
Click to show internal directories.
Click to hide internal directories.