Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextHeader ¶
type ContextHeader struct {
// contains filtered or unexported fields
}
ContextHeader holds custom request objects to pass down the pipeline.
func NewContextHeader ¶
NewContextHeader creates new instance of the request headers.
func (*ContextHeader) Context ¶
func (h *ContextHeader) Context() context.Context
Context returns context.Context of the request.
func (*ContextHeader) Self ¶
func (h *ContextHeader) Self() *identity.IDConfig
Self returns Self CentID.
Click to show internal directories.
Click to hide internal directories.