Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrInvalidType = bg.Error("invalid type") ErrServiceAlreadyStarted = bg.Error("service already started") ErrServiceAlreadyStopped = bg.Error("service already stopped") ErrNoError = bg.Error("expected an error and got none") ErrAlreadyRecording = bg.Error("already recording") ErrAlreadyStoppedRecording = bg.Error("already stopped recording") ErrPollingIntervalTooSmall = bg.Error("inputted polling interval smaller than minimum required value") ErrMacSvcNil = bg.Error("macaroon service uninitialized") ErrAlreadySubscribed = bg.Error("subscriber with given name already subscribed") ErrInvalidPluginName = bg.Error("invalid plugin name") ErrInvalidRequestType = bg.Error("request is not a valid type") ErrDuplicateMacConstraints = bg.Error("duplicate macaroon constraints for given path") ErrUnknownPermission = bg.Error("unknown permission for given method") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.