Documentation
¶
Index ¶
- Constants
- Variables
- type Console
- func (c Console) GetLocationCode() LocationCode
- func (c Console) GetS3Endpoint() string
- func (c Console) GetSiteID() Console
- func (c Console) GetSiteName() string
- func (c Console) GetURL() string
- func (c Console) GetVCDAEndpoint() string
- func (c Console) IsVCDAEnabled() bool
- func (c Console) S3IsEnabled() bool
- type LocationCode
Constants ¶
View Source
const ( Console1 Console = "console1" // Externe VDR Console2 Console = "console2" // Internal Console4 Console = "console4" // Externe CHA LocationVDR LocationCode = "vdr" LocationCHR LocationCode = "chr" )
Variables ¶
View Source
var ErrOrganizationFormatIsInvalid = fmt.Errorf("organization format is invalid")
Functions ¶
This section is empty.
Types ¶
type Console ¶
type Console string
func FindBySiteID ¶
FindBySiteID - Returns the console by its siteID
func FingByOrganizationName ¶
FingByOrganizationName - Returns the console by its organization name
func (Console) GetLocationCode ¶
func (c Console) GetLocationCode() LocationCode
GetLocationCode - Returns the location code
func (Console) GetS3Endpoint ¶
S3GetEndpoint - Returns the S3 endpoint
func (Console) GetSiteName ¶
GetSiteName - Returns the site name
func (Console) GetVCDAEndpoint ¶
VCDAGetEndpoint - Returns the VCDA endpoint
func (Console) IsVCDAEnabled ¶
VCDAIsEnabled - Returns true if the VCDA service is enabled
func (Console) S3IsEnabled ¶
S3IsEnabled - Returns true if the S3 service is enabled
type LocationCode ¶
type LocationCode string
Click to show internal directories.
Click to hide internal directories.