Documentation
¶
Overview ¶
Package jointoken implements siderolink jointoken parser.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JoinToken ¶
type JoinToken struct {
ExtraData ExtraData `json:"extra_data"`
Signature []byte `json:"signature"`
// contains filtered or unexported fields
}
JoinToken is the siderolink join token. Custom type adds methods for encoding/decoding extra data from the token.
func NewWithExtraData ¶
NewWithExtraData creates the token with extra data.
Click to show internal directories.
Click to hide internal directories.