package
Version:
v0.3.11
Opens a new window with list of versions in this module.
Published: Jul 28, 2023
License: AGPL-3.0, BSD-2-Clause, ISC
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package resource implements a client that obtains resource
information, and can get/set resource availability
Token creates and signs a token
type About struct {
Name string `json:"name"`
Streams []string `json:"streams"`
Tests []string `json:"tests"`
TopicStub string `json:"topic_stub"`
}
type Status struct {
Available bool `json:"available"`
Reason string `json:"reason"`
}
type Token struct {
Scopes []string `json:"scopes"`
jwt.RegisteredClaims
}
Token represents a token used for login or booking
Source Files
¶
Click to show internal directories.
Click to hide internal directories.