Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrTokenTooShort is returned for token shorter than 200 b ErrTokenTooShort = errors.New("token is too short to be valid") // ErrTokenToolong is returned for token longer than 4096 b ErrTokenToolong = errors.New("token is too large to be valid") // ErrEmptyToken is returned for empty token string ErrEmptyToken = errors.New("token file is empty") // ErrTokenFileNotFound is returned when token file not found ErrTokenFileNotFound = errors.New("authentication token file not found") // ErrCouldntReadFile is returned for issues when reading file ErrCouldntReadFile = errors.New("couldn't read your Sylabs authentication token") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.