Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LocalToken ¶
type PublishRequestBody ¶
type PublishRequestBody struct {
Url string `json:"url"`
Branch string `json:"branch"`
Rules []RuleForRequest `json:"rules"`
}
type RuleForRequest ¶
type TokenStorageLayout ¶
type TokenStorageLayout struct {
GlobalToken string `json:"globalToken"`
LocalKeys []LocalToken `json:"localKeys"`
}
type TokenValidationResponse ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.