Documentation ¶
Overview ¶
Package delegationtoken is about an authorization token that allows a node to perform actions it can not normally perform during this pulse
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDelegationTokenFactory ¶
func NewDelegationTokenFactory() core.DelegationTokenFactory
NewDelegationTokenFactory creates new token factory instance.
Types ¶
type GetChildrenRedirect ¶
type GetChildrenRedirect struct {
Signature []byte
}
GetChildrenRedirect is a redirect token for the GetObject method
func (*GetChildrenRedirect) Type ¶
func (t *GetChildrenRedirect) Type() core.DelegationTokenType
Type implementation of Token interface.
type GetCodeRedirect ¶
type GetCodeRedirect struct {
Signature []byte
}
GetCodeRedirect is a redirect token for the GetObject method
func (*GetCodeRedirect) Type ¶
func (t *GetCodeRedirect) Type() core.DelegationTokenType
Type implementation of Token interface.
type GetObjectRedirect ¶
type GetObjectRedirect struct {
Signature []byte
}
GetObjectRedirect is a redirect token for the GetObject method
func (*GetObjectRedirect) Type ¶
func (t *GetObjectRedirect) Type() core.DelegationTokenType
Type implementation of Token interface.
type PendingExecution ¶
type PendingExecution struct {
Signature []byte
}
func (*PendingExecution) Type ¶
func (t *PendingExecution) Type() core.DelegationTokenType
Click to show internal directories.
Click to hide internal directories.