Documentation
¶
Index ¶
- type RPCContext
- func (c *RPCContext) GetClaims() jwt.Claims
- func (c *RPCContext) GetJournal() journal.Journaller
- func (c *RPCContext) GetName() string
- func (c *RPCContext) GetType() int32
- func (c *RPCContext) GetUuid() *common.UUID
- func (c *RPCContext) GetUuidAsString() string
- func (c *RPCContext) SetCallUuidFromString(id string) *RPCContext
- func (c *RPCContext) SetClaims(claims jwt.Claims) *RPCContext
- func (c *RPCContext) SetJournal(j journal.Journaller) *RPCContext
- func (c *RPCContext) SetName(name string) *RPCContext
- func (c *RPCContext) SetType(_type int32) *RPCContext
- func (c *RPCContext) SetUUID(id *common.UUID) *RPCContext
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RPCContext ¶
type RPCContext struct {
// contains filtered or unexported fields
}
RPCContext
func (*RPCContext) SetCallUuidFromString ¶
func (c *RPCContext) SetCallUuidFromString(id string) *RPCContext
SetCallUUIDFromString
func (*RPCContext) SetClaims ¶
func (c *RPCContext) SetClaims(claims jwt.Claims) *RPCContext
SetClaims
func (*RPCContext) SetJournal ¶
func (c *RPCContext) SetJournal(j journal.Journaller) *RPCContext
SetJournal
Click to show internal directories.
Click to hide internal directories.