Skip to content

Commit 92228a1

Browse files
committed
fix: get data Source API
1 parent 793667d commit 92228a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cluster/environment/EnvironmentService.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ func (impl EnvironmentServiceImpl) GetDataSourceName(environment string) (DataSo
129129
}
130130

131131
type DataSourceMetaData struct {
132-
Id int
133-
Name string
132+
id int
133+
name string
134134
}
135135

136136
func (impl EnvironmentServiceImpl) Create(mappings *bean2.EnvironmentBean, userId int32) (*bean2.EnvironmentBean, error) {

0 commit comments

Comments
 (0)