Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) GetAllCustomers ¶
func (*Client) GetTranslation ¶
func (c *Client) GetTranslation(id, sourceServiceName, targetSerivceName string) (*Translation, error)
type Customer ¶
type Customer struct {
ShortNameID string `json:"SHORT_NAME_ID"`
SnowBusinessUnitDescription string `json:"SNOW_BUSINESS_UNIT_DESCRIPTION"`
SnowSysID string `json:"SNOW_SYS_ID"`
SnowBusinessUnitName string `json:"SNOW_BUSINESS_UNIT_NAME"`
SnowBusinessUnitID string `json:"SNOW_BUSINESS_UNIT_ID"`
McmAccountID string `json:"MCM_ACCOUNT_ID"`
SnowNumberID string `json:"SNOW_NUMBER_ID"`
UReportLanguage string `json:"u_report_language"`
Name string `json:"name"`
IsOnboarded string `json:"is_onboarded"`
}
Click to show internal directories.
Click to hide internal directories.