Documentation
¶
Index ¶
- type AddConnection
- type CreateOrUpdateDomain
- type DeleteDomain
- type Diagnostic
- type Errors
- type GetDomain
- type GetWarehouse
- type JSONString
- type MonteCarloClient
- type RemoveConnection
- type SetWarehouseName
- type TagKeyValuePairInput
- type TagKeyValuePairOutput
- type TagPair
- type TestBqCredentialsV2
- type UUID
- type UpdateCredentials
- type Warnings
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddConnection ¶
type CreateOrUpdateDomain ¶ added in v0.1.3
type CreateOrUpdateDomain struct { CreateOrUpdateDomain struct { Domain struct { Assignments []string Tags []TagKeyValuePairOutput Name string Description string Uuid string } } `graphql:"createOrUpdateDomain(assignments: $assignments, tags: $tags, name: $name, description: $description, uuid: $uuid)"` }
type DeleteDomain ¶ added in v0.1.3
type DeleteDomain struct { DeleteDomain struct { Deleted int } `graphql:"deleteDomain(uuid: $uuid)"` }
type Diagnostic ¶
type Errors ¶
type Errors []Diagnostic
type GetWarehouse ¶
type JSONString ¶ added in v0.1.1
type JSONString string
type MonteCarloClient ¶
type MonteCarloClient interface { Mutate(ctx context.Context, m interface{}, variables map[string]interface{}, options ...graphql.Option) error Query(ctx context.Context, q interface{}, variables map[string]interface{}, options ...graphql.Option) error ExecRaw(ctx context.Context, query string, variables map[string]interface{}, options ...graphql.Option) ([]byte, error) }
client interface
func NewMonteCarloClient ¶
type RemoveConnection ¶
type RemoveConnection struct { RemoveConnection struct { Success bool } `graphql:"removeConnection(connectionId: $connectionId)"` }
type SetWarehouseName ¶
type TagKeyValuePairInput ¶ added in v0.1.3
type TagKeyValuePairInput TagPair
type TagKeyValuePairOutput ¶ added in v0.1.3
type TagKeyValuePairOutput TagPair
type TestBqCredentialsV2 ¶
type UpdateCredentials ¶
type UpdateCredentials struct { UpdateCredentials struct { Success bool } `` /* 139-byte string literal not displayed */ }
type Warnings ¶
type Warnings []Diagnostic
Click to show internal directories.
Click to hide internal directories.