Documentation ¶
Index ¶
- func CheckUpperCase(input string) (msg string, status bool)
- func CheckUpperCaseResource(input string) (msg string, status bool)
- func CreateKey() (ed25519.PublicKey, ed25519.PrivateKey)
- func GetAuthenticationEndpoint(subpath string) (endpoint string)
- func GetDiscoverEndpoint(subpath string) (endpoint string)
- func GetSqlEndpoint(subpath string) (endpoint string)
- func ReadEndPointDiscovery() (value string, ok bool)
- func ReadEndPointGeneral() (value string, ok bool)
- func ReadJoinCode() (value string, ok bool)
- func ReadScheme() (value string, ok bool)
- func ReadUserId() (value string, ok bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckUpperCase ¶
Performs a regex check to validate if the input is upper case only with numbers
func CheckUpperCaseResource ¶
Performs a regex check to validate if the resourceID is upper case only with numbers
func CreateKey ¶
func CreateKey() (ed25519.PublicKey, ed25519.PrivateKey)
func create Keys : ed25519 public and private keys
func GetDiscoverEndpoint ¶
func GetSqlEndpoint ¶
func ReadEndPointDiscovery ¶
Read API End Point Discovery from Environment
func ReadEndPointGeneral ¶
Read API End Point Others in General from Environment
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.