add friendly_name param

This commit is contained in:
kadet77rus 2024-09-27 19:41:58 +03:00
parent 2fdafd34ca
commit dd8f4742e7
6 changed files with 27 additions and 7 deletions

View file

@ -23,6 +23,7 @@ type Client struct {
Enabled bool `json:"enabled"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
FriendlyName string `json:"friendly_name"`
}
// ClientData includes the Client and extra data