Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceInfo ¶
type DeviceInfo struct {
Name string `json:"name"`
AccountName string `json:"accountName"`
ClusterName string `json:"clusterName"`
}
func (*DeviceInfo) FromBase64 ¶
func (d *DeviceInfo) FromBase64(str string) error
func (*DeviceInfo) String ¶
func (d *DeviceInfo) String() string
func (*DeviceInfo) ToBase64 ¶
func (d *DeviceInfo) ToBase64() (*string, error)
Click to show internal directories.
Click to hide internal directories.