Skip to content

Commit

Permalink
chore: re order ClientConfig fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ttys3 committed Apr 3, 2023
1 parent 37eecb8 commit 60cafde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ const (
// ClientConfig is a configuration of a client.
type ClientConfig struct {
authToken string
BaseURL string
OrgID string

BaseURL string
OrgID string
APIType APIType
APIVersion string // required for APITypeAzure or APITypeAzureAD
Engine string // required for APITypeAzure or APITypeAzureAD
Expand Down

0 comments on commit 60cafde

Please sign in to comment.