Skip to content

Commit

Permalink
Remove unused fields
Browse files Browse the repository at this point in the history
  • Loading branch information
d1slike committed May 16, 2024
1 parent 091ad54 commit 7e9513f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.0
3.1.1
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### v3.1.1
* добавлена совместимость isp-config-service 3.x.x
### v2.2.3
* updated dependencies
### v2.2.2
Expand Down
15 changes: 6 additions & 9 deletions cfg/domain.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,12 @@ type Connection struct {
}

type ModuleInfo struct {
Id string
Name string
Active bool
CreatedAt time.Time
LastConnectedAt time.Time
LastDisconnectedAt time.Time
Configs []Config `json:",omitempty"`
ConfigSchema *schema.Schema `json:",omitempty"`
Status []Connection `json:",omitempty"`
Id string
Name string
Active bool
CreatedAt time.Time
ConfigSchema *schema.Schema `json:",omitempty"`
Status []Connection `json:",omitempty"`
}

type ConfigSchema struct {
Expand Down

0 comments on commit 7e9513f

Please sign in to comment.