summaryrefslogtreecommitdiff
path: root/internal/discovery/discovery.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/discovery/discovery.go')
-rw-r--r--internal/discovery/discovery.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/discovery/discovery.go b/internal/discovery/discovery.go
index c61469d..2331491 100644
--- a/internal/discovery/discovery.go
+++ b/internal/discovery/discovery.go
@@ -70,7 +70,7 @@ func (discovery *Discovery) Init(fsm *fsm.FSM, logger *log.FileLogger) {
// - [TODO] when the user tries to add new server AND the user did NOT yet choose an organization before;
// - [TODO] when the authorization for the server associated with an already chosen organization is triggered, e.g. after expiry or revocation.
func (discovery *Discovery) DetermineOrganizationsUpdate() bool {
- return discovery.Organizations.Timestamp == 0
+ return discovery.Organizations.Timestamp == 0
}
func (discovery *Discovery) GetSecureLocationList() []string {
@@ -189,7 +189,7 @@ func (e GetOrgByIDNotFoundError) Error() string {
}
type GetServerByURLNotFoundError struct {
- URL string
+ URL string
Type string
}
@@ -199,7 +199,7 @@ func (e GetServerByURLNotFoundError) Error() string {
type GetServerByCountryCodeNotFoundError struct {
CountryCode string
- Type string
+ Type string
}
func (e GetServerByCountryCodeNotFoundError) Error() string {