From 60cafde1810f7fea708be7a2391e2af356db49cc Mon Sep 17 00:00:00 2001 From: ttyS3 Date: Mon, 3 Apr 2023 20:05:37 +0800 Subject: [PATCH] chore: re order ClientConfig fields --- config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.go b/config.go index d308e56f..ae9c1544 100644 --- a/config.go +++ b/config.go @@ -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