Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GatewayTables = []interface{}{ &Gateway{}, }
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CollectResource ¶
type Gateway ¶
type Gateway struct {
ID uint `gorm:"primarykey"`
AccountID string `neo:"unique"`
Region string `neo:"unique"`
AmazonSideAsn *int64
DirectConnectGatewayId *string `neo:"unique"`
DirectConnectGatewayName *string
DirectConnectGatewayState *string
OwnerAccount *string
StateChangeError *string
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.