add seven
This commit is contained in:
@@ -18,6 +18,8 @@ type Tx struct {
|
||||
Group *GroupClient
|
||||
// Ma is the client for interacting with the Ma builders.
|
||||
Ma *MaClient
|
||||
// Sev is the client for interacting with the Sev builders.
|
||||
Sev *SevClient
|
||||
// Ue is the client for interacting with the Ue builders.
|
||||
Ue *UeClient
|
||||
// User is the client for interacting with the User builders.
|
||||
@@ -156,6 +158,7 @@ func (tx *Tx) init() {
|
||||
tx.Card = NewCardClient(tx.config)
|
||||
tx.Group = NewGroupClient(tx.config)
|
||||
tx.Ma = NewMaClient(tx.config)
|
||||
tx.Sev = NewSevClient(tx.config)
|
||||
tx.Ue = NewUeClient(tx.config)
|
||||
tx.User = NewUserClient(tx.config)
|
||||
}
|
||||
|
Reference in New Issue
Block a user