Documentation ¶
Index ¶
Constants ¶
View Source
const ( // WarningTokenTooShort Warning return for token shorter than 200 b WarningTokenTooShort = "Token is too short to be valid" // WarningTokenToolong Warning return for token longer than 4096 b WarningTokenToolong = "Token is too large to be valid" // WarningEmptyToken Warning return for empty token string WarningEmptyToken = "Token file is empty" // WarningTokenFileNotFound token file not found WarningTokenFileNotFound = "Authentication token file not found" // WarningCouldntReadFile Warning return for issues when reading file WarningCouldntReadFile = "Couldn't read your Sylabs authentication token" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.