File tree 3 files changed +8
-342
lines changed
3 files changed +8
-342
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,14 @@ import (
11
11
12
12
// DatabaseBranch represents a database branch.
13
13
type DatabaseBranch struct {
14
- Name string `json:"name"`
15
- ParentBranch string `json:"parent_branch"`
16
- Region Region `json:"region"`
17
- Production bool `json:"production"`
18
- CreatedAt time.Time `json:"created_at"`
19
- UpdatedAt time.Time `json:"updated_at"`
20
- Status string `json:"status,omitempty"`
14
+ Name string `json:"name"`
15
+ ParentBranch string `json:"parent_branch"`
16
+ Region Region `json:"region"`
17
+ Production bool `json:"production"`
18
+ CreatedAt time.Time `json:"created_at"`
19
+ UpdatedAt time.Time `json:"updated_at"`
20
+ AccessHostURL string `json:"access_host_url"`
21
+ Status string `json:"status,omitempty"`
21
22
}
22
23
23
24
type databaseBranchesResponse struct {
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments