Documentation
¶
Overview ¶
Code generated by tools/surfacegen (wrappers) - DO NOT EDIT.
Index ¶
- func NewMethodAnalysisInput(method anysdk.OperationStore, service anysdk.Service, ...) anysdk.MethodAnalysisInput
- type ActionInsertPayload
- type ActionInsertResult
- type AddressSpace
- type AddressSpaceFormulator
- type Addressable
- type AnySdkClientConfigurator
- type AnySdkResponse
- type ArmouryGenerator
- type AuthContexts
- type AuthCtx
- type AuthDTO
- func (w AuthDTO) GetAccountID() string
- func (w AuthDTO) GetAccountIDEnvVar() string
- func (w AuthDTO) GetAuthStyle() int
- func (w AuthDTO) GetClientID() string
- func (w AuthDTO) GetClientIDEnvVar() string
- func (w AuthDTO) GetClientSecret() string
- func (w AuthDTO) GetClientSecretEnvVar() string
- func (w AuthDTO) GetEnvVarAPIKeyStr() string
- func (w AuthDTO) GetEnvVarAPISecretStr() string
- func (w AuthDTO) GetEnvVarPassword() string
- func (w AuthDTO) GetEnvVarUsername() string
- func (w AuthDTO) GetGrantType() string
- func (w AuthDTO) GetInlineBasicCredentials() string
- func (w AuthDTO) GetKeyEnvVar() string
- func (w AuthDTO) GetKeyFilePath() string
- func (w AuthDTO) GetKeyFilePathEnvVar() string
- func (w AuthDTO) GetKeyID() string
- func (w AuthDTO) GetKeyIDEnvVar() string
- func (w AuthDTO) GetLocation() string
- func (w AuthDTO) GetName() string
- func (w AuthDTO) GetScopes() []string
- func (w AuthDTO) GetSubject() string
- func (w AuthDTO) GetSuccessor() (AuthDTO, bool)
- func (w AuthDTO) GetTokenURL() string
- func (w AuthDTO) GetType() string
- func (w AuthDTO) GetValuePrefix() string
- func (w AuthDTO) GetValues() url.Values
- type AuthMetadata
- type AuthUtility
- func (w AuthUtility) ActivateAuth(authCtx *AuthCtx, principal string, authType string)
- func (w AuthUtility) ApiTokenAuth(authCtx *AuthCtx, httpContext netutils.HTTPContext, enforceBearer bool) (*http.Client, error)
- func (w AuthUtility) AuthRevoke(authCtx *AuthCtx) error
- func (w AuthUtility) AwsSigningAuth(authCtx *AuthCtx, httpContext netutils.HTTPContext) (*http.Client, error)
- func (w AuthUtility) AzureDefaultAuth(authCtx *AuthCtx, httpContext netutils.HTTPContext) (*http.Client, error)
- func (w AuthUtility) BasicAuth(authCtx *AuthCtx, httpContext netutils.HTTPContext) (*http.Client, error)
- func (w AuthUtility) CustomAuth(authCtx *AuthCtx, httpContext netutils.HTTPContext) (*http.Client, error)
- func (w AuthUtility) GCloudOAuth(runtimeCtx RuntimeCtx, authCtx *AuthCtx, enforceRevokeFirst bool) (*http.Client, error)
- func (w AuthUtility) GenericOauthClientCredentials(authCtx *AuthCtx, scopes []string, httpContext netutils.HTTPContext) (*http.Client, error)
- func (w AuthUtility) GetCurrentGCloudOauthUser() ([]byte, error)
- func (w AuthUtility) GoogleOauthServiceAccount(provider string, authCtx *AuthCtx, scopes []string, ...) (*http.Client, error)
- func (w AuthUtility) ParseServiceAccountFile(ac *AuthCtx) (any, error)
- type Column
- type ColumnDescriptor
- type ControlAttributes
- func (w ControlAttributes) GetControlGCStatusColumnName() string
- func (w ControlAttributes) GetControlGenIDColumnName() string
- func (w ControlAttributes) GetControlInsIDColumnName() string
- func (w ControlAttributes) GetControlInsertEncodedIDColumnName() string
- func (w ControlAttributes) GetControlLatestUpdateColumnName() string
- func (w ControlAttributes) GetControlMaxTxnColumnName() string
- func (w ControlAttributes) GetControlSsnIDColumnName() string
- func (w ControlAttributes) GetControlTxnIDColumnName() string
- type DataFlowCfg
- type ExecPayload
- type ExecutionResponse
- type Executor
- type ExpectedRequest
- type ExpectedResponse
- type GQLReader
- type GraphQL
- type HTTPArmoury
- type HTTPArmouryParameters
- func (w HTTPArmouryParameters) Encode() string
- func (w HTTPArmouryParameters) GetArgList() client.AnySdkArgList
- func (w HTTPArmouryParameters) GetParameters() HttpParameters
- func (w HTTPArmouryParameters) GetQuery() url.Values
- func (w HTTPArmouryParameters) GetRequest() *http.Request
- func (w HTTPArmouryParameters) SetNextPage(ops OperationStore, token string, tokenKey HTTPElement) (*http.Request, error)
- func (w HTTPArmouryParameters) SetRawQuery(p0 string)
- func (w HTTPArmouryParameters) ToFlatMap() (map[string]interface{}, error)
- type HTTPElement
- func (w HTTPElement) GetName() string
- func (w HTTPElement) GetType() internaldto.HTTPElementType
- func (w HTTPElement) IsTransformerPresent() bool
- func (w HTTPElement) SetTransformer(transformer func(interface{}) (interface{}, error))
- func (w HTTPElement) Transformer(t interface{}) (interface{}, error)
- type HTTPHTTPElement
- type HTTPPreparator
- type HttpParameters
- type HttpPreparatorStream
- type IDiscoveryAdapter
- func (w IDiscoveryAdapter) GetProvider(providerKey string) (Provider, error)
- func (w IDiscoveryAdapter) GetResourcesMap(prov Provider, serviceKey string) (map[string]Resource, error)
- func (w IDiscoveryAdapter) GetServiceHandlesMap(prov Provider) (map[string]ProviderService, error)
- func (w IDiscoveryAdapter) GetServiceShard(prov Provider, serviceKey string, resourceKey string) (Service, error)
- func (w IDiscoveryAdapter) PersistStaticExternalSQLDataSource(prov Provider) error
- type ITable
- type InsertPreparator
- type Invoker
- type ItemisationResult
- type MapReader
- type MapStream
- type MapStreamCollection
- type MethodAnalysisOutput
- func (w MethodAnalysisOutput) GetInsertTabulation() Tabulation
- func (w MethodAnalysisOutput) GetItemSchema() (Schema, bool)
- func (w MethodAnalysisOutput) GetOrderedStarColumnsNames() ([]string, error)
- func (w MethodAnalysisOutput) GetSelectTabulation() Tabulation
- func (w MethodAnalysisOutput) IsAwait() bool
- func (w MethodAnalysisOutput) IsNilResponseAllowed() bool
- type MethodAnalyzer
- type Methods
- type NameMangler
- type NamespaceCfg
- type OperationInverse
- type OperationStore
- func (w OperationStore) DeprecatedProcessResponse(response *http.Response) (map[string]interface{}, error)
- func (w OperationStore) GetName() string
- func (w OperationStore) GetNonBodyParameters() map[string]Addressable
- func (w OperationStore) GetPaginationRequestTokenSemantic() (TokenSemantic, bool)
- func (w OperationStore) GetPaginationResponseTokenSemantic() (TokenSemantic, bool)
- func (w OperationStore) GetParameter(paramKey string) (Addressable, bool)
- func (w OperationStore) GetRequestBodySchema() (Schema, error)
- func (w OperationStore) GetRequiredNonBodyParameters() map[string]Addressable
- func (w OperationStore) GetRequiredParameters() map[string]Addressable
- func (w OperationStore) GetResource() Resource
- func (w OperationStore) GetResponseBodySchemaAndMediaType() (Schema, string, error)
- func (w OperationStore) GetSelectItemsKey() string
- func (w OperationStore) GetService() anysdk.OpenAPIService
- func (w OperationStore) IsRequestBodyAttributeRenamed(p0 string) bool
- func (w OperationStore) IsRequiredRequestBodyProperty(key string) bool
- func (w OperationStore) ProcessResponse(p0 *http.Response) (ProcessedOperationResponse, error)
- func (w OperationStore) RenameRequestBodyAttribute(p0 string) (string, error)
- func (w OperationStore) RevertRequestBodyAttributeRename(p0 string) (string, error)
- type OutputPacket
- type PgTLSCfg
- type ProcessedOperationResponse
- type Provider
- type ProviderDescription
- type ProviderService
- type RegistryAPI
- func (w RegistryAPI) ClearProviderCache(p0 string) error
- func (w RegistryAPI) GetLatestPublishedVersion(p0 string) (string, error)
- func (w RegistryAPI) ListAllAvailableProviders() (map[string]ProviderDescription, error)
- func (w RegistryAPI) ListAllProviderVersions(p0 string) (map[string]ProviderDescription, error)
- func (w RegistryAPI) ListLocallyAvailableProviders() map[string]ProviderDescription
- func (w RegistryAPI) LoadProviderByName(p0 string, p1 string) (Provider, error)
- func (w RegistryAPI) PullAndPersistProviderArchive(p0 string, p1 string) error
- func (w RegistryAPI) RemoveProviderVersion(p0 string, p1 string) error
- type Relation
- type Resource
- func (w Resource) FindMethod(key string) (StandardOperationStore, error)
- func (w Resource) GetFirstMethodFromSQLVerb(sqlVerb string) (StandardOperationStore, string, bool)
- func (w Resource) GetFirstNamespaceMethodMatchFromSQLVerb(sqlVerb string, parameters map[string]interface{}) (StandardOperationStore, map[string]interface{}, bool)
- func (w Resource) GetID() string
- func (w Resource) GetMethodsMatched() Methods
- func (w Resource) GetName() string
- func (w Resource) GetViewsForSqlDialect(sqlDialect string) ([]View, bool)
- func (w Resource) ToMap(extended bool) map[string]interface{}
- type Response
- type RuntimeCtx
- type SQLBackendCfg
- func (w SQLBackendCfg) GetDatabaseName() (string, error)
- func (w SQLBackendCfg) GetIntelViewSchemaName() string
- func (w SQLBackendCfg) GetOpsViewSchemaName() string
- func (w SQLBackendCfg) GetSQLDialect() string
- func (w SQLBackendCfg) GetSchemaType() string
- func (w SQLBackendCfg) GetTableSchemaName() string
- type SQLEngine
- func (w SQLEngine) CacheStoreGet(p0 string) ([]byte, error)
- func (w SQLEngine) CacheStorePut(p0 string, p1 []byte, p2 string, p3 int) error
- func (w SQLEngine) Exec(p0 string, p1 ...interface{}) (sql.Result, error)
- func (w SQLEngine) ExecInTxn(queries []string) error
- func (w SQLEngine) GetCurrentDiscoveryGenerationID(discoveryID string) (int, error)
- func (w SQLEngine) GetCurrentGenerationID() (int, error)
- func (w SQLEngine) GetDB() (*sql.DB, error)
- func (w SQLEngine) GetNextDiscoveryGenerationID(discoveryID string) (int, error)
- func (w SQLEngine) GetNextGenerationID() (int, error)
- func (w SQLEngine) GetNextSessionID(p0 int) (int, error)
- func (w SQLEngine) GetTx() (*sql.Tx, error)
- func (w SQLEngine) Query(p0 string, p1 ...interface{}) (*sql.Rows, error)
- func (w SQLEngine) QueryRow(query string, args ...any) *sql.Row
- type SQLExternalColumn
- type SQLExternalTable
- type Schema
- func (w Schema) FindByPath(path string, visited map[string]bool) Schema
- func (w Schema) GetAdditionalProperties() (Schema, bool)
- func (w Schema) GetAllColumns(p0 string) []string
- func (w Schema) GetItemsSchema() (Schema, error)
- func (w Schema) GetName() string
- func (w Schema) GetProperties() (anysdk.Schemas, error)
- func (w Schema) GetProperty(propertyKey string) (Schema, bool)
- func (w Schema) GetPropertySchema(key string) (Schema, error)
- func (w Schema) GetSelectSchema(itemsKey string, mediaType string) (Schema, string, error)
- func (w Schema) GetSelectionName() string
- func (w Schema) GetTitle() string
- func (w Schema) GetType() string
- func (w Schema) IsBoolean() bool
- func (w Schema) IsFloat() bool
- func (w Schema) IsIntegral() bool
- func (w Schema) IsReadOnly() bool
- func (w Schema) IsRequired(key string) bool
- func (w Schema) SetKey(p0 string)
- func (w Schema) Tabulate(p0 bool, p1 string) Tabulation
- func (w Schema) ToDescriptionMap(extended bool) map[string]interface{}
- type Service
- type SessionContext
- type StandardOperationStore
- func (w StandardOperationStore) GetAddressSpace() (AddressSpace, bool)
- func (w StandardOperationStore) GetColumnOrder(extended bool) []string
- func (w StandardOperationStore) GetGraphQL() GraphQL
- func (w StandardOperationStore) GetInline() []string
- func (w StandardOperationStore) GetInverse() (OperationInverse, bool)
- func (w StandardOperationStore) GetName() string
- func (w StandardOperationStore) GetOptionalParameters() map[string]Addressable
- func (w StandardOperationStore) GetPaginationRequestTokenSemantic() (TokenSemantic, bool)
- func (w StandardOperationStore) GetPaginationResponseTokenSemantic() (TokenSemantic, bool)
- func (w StandardOperationStore) GetParameter(paramKey string) (Addressable, bool)
- func (w StandardOperationStore) GetProjections() map[string]string
- func (w StandardOperationStore) GetRequest() (ExpectedRequest, bool)
- func (w StandardOperationStore) GetRequestBodySchema() (Schema, error)
- func (w StandardOperationStore) GetRequiredParameters() map[string]Addressable
- func (w StandardOperationStore) GetResponse() (ExpectedResponse, bool)
- func (w StandardOperationStore) GetResponseBodySchemaAndMediaType() (Schema, string, error)
- func (w StandardOperationStore) GetSelectItemsKey() string
- func (w StandardOperationStore) GetSelectSchemaAndObjectPath() (Schema, string, error)
- func (w StandardOperationStore) GetServers() (openapi3.Servers, bool)
- func (w StandardOperationStore) IsAwaitable() bool
- func (w StandardOperationStore) IsNullary() bool
- func (w StandardOperationStore) ToPresentationMap(extended bool) map[string]interface{}
- type StreamTransformer
- type StreamTransformerFactory
- type Tabulation
- type TokenSemantic
- type Transform
- type TxnCoordinatorCfg
- type View
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMethodAnalysisInput ¶
func NewMethodAnalysisInput( method anysdk.OperationStore, service anysdk.Service, isNilResponseAllowed bool, columns []ColumnDescriptor, isAwait bool, ) anysdk.MethodAnalysisInput
Types ¶
type ActionInsertPayload ¶
type ActionInsertPayload struct {
// contains filtered or unexported fields
}
func (ActionInsertPayload) GetItemisationResult ¶
func (w ActionInsertPayload) GetItemisationResult() ItemisationResult
func (ActionInsertPayload) GetParamsUsed ¶
func (w ActionInsertPayload) GetParamsUsed() map[string]interface{}
func (ActionInsertPayload) GetReqEncoding ¶
func (w ActionInsertPayload) GetReqEncoding() string
func (ActionInsertPayload) GetTableName ¶
func (w ActionInsertPayload) GetTableName() string
func (ActionInsertPayload) IsHousekeepingDone ¶
func (w ActionInsertPayload) IsHousekeepingDone() bool
type ActionInsertResult ¶
type ActionInsertResult struct {
// contains filtered or unexported fields
}
func (ActionInsertResult) GetError ¶
func (w ActionInsertResult) GetError() (error, bool)
func (ActionInsertResult) IsHousekeepingDone ¶
func (w ActionInsertResult) IsHousekeepingDone() bool
type AddressSpace ¶
type AddressSpace struct {
// contains filtered or unexported fields
}
func (AddressSpace) ToRelation ¶
func (w AddressSpace) ToRelation(p0 anysdk.AddressSpaceExpansionConfig) (Relation, error)
type AddressSpaceFormulator ¶
type AddressSpaceFormulator struct {
// contains filtered or unexported fields
}
func (AddressSpaceFormulator) Formulate ¶
func (w AddressSpaceFormulator) Formulate() error
func (AddressSpaceFormulator) GetAddressSpace ¶
func (w AddressSpaceFormulator) GetAddressSpace() AddressSpace
type Addressable ¶
type Addressable struct {
// contains filtered or unexported fields
}
func DeprecatedNewAddressable ¶
func DeprecatedNewAddressable(inner anysdk.Addressable) Addressable
func (Addressable) ConditionIsValid ¶
func (w Addressable) ConditionIsValid(lhs string, rhs interface{}) bool
func (Addressable) GetName ¶
func (w Addressable) GetName() string
func (Addressable) GetType ¶
func (w Addressable) GetType() string
type AnySdkClientConfigurator ¶
type AnySdkClientConfigurator struct {
// contains filtered or unexported fields
}
func (AnySdkClientConfigurator) Auth ¶
func (w AnySdkClientConfigurator) Auth(authCtx *AuthCtx, authTypeRequested string, enforceRevokeFirst bool) (client.AnySdkClient, error)
type AnySdkResponse ¶
type AnySdkResponse struct {
// contains filtered or unexported fields
}
func (AnySdkResponse) GetHttpResponse ¶
func (w AnySdkResponse) GetHttpResponse() (*http.Response, error)
type ArmouryGenerator ¶
type ArmouryGenerator interface {
GetHTTPArmoury() (anysdk.HTTPArmoury, error)
}
type AuthContexts ¶
type AuthContexts struct {
// contains filtered or unexported fields
}
func (AuthContexts) Clone ¶
func (w AuthContexts) Clone() AuthContexts
type AuthCtx ¶
type AuthCtx struct {
// contains filtered or unexported fields
}
func (*AuthCtx) GetCredentialsBytes ¶
func (*AuthCtx) GetCredentialsSourceDescriptorString ¶
func (*AuthCtx) GetSQLCfg ¶
func (w *AuthCtx) GetSQLCfg() (SQLBackendCfg, bool)
type AuthDTO ¶
type AuthDTO struct {
// contains filtered or unexported fields
}
func (AuthDTO) GetAccountID ¶
func (AuthDTO) GetAccountIDEnvVar ¶
func (AuthDTO) GetAuthStyle ¶
func (AuthDTO) GetClientID ¶
func (AuthDTO) GetClientIDEnvVar ¶
func (AuthDTO) GetClientSecret ¶
func (AuthDTO) GetClientSecretEnvVar ¶
func (AuthDTO) GetEnvVarAPIKeyStr ¶
func (AuthDTO) GetEnvVarAPISecretStr ¶
func (AuthDTO) GetEnvVarPassword ¶
func (AuthDTO) GetEnvVarUsername ¶
func (AuthDTO) GetGrantType ¶
func (AuthDTO) GetInlineBasicCredentials ¶
func (AuthDTO) GetKeyEnvVar ¶
func (AuthDTO) GetKeyFilePath ¶
func (AuthDTO) GetKeyFilePathEnvVar ¶
func (AuthDTO) GetKeyIDEnvVar ¶
func (AuthDTO) GetLocation ¶
func (AuthDTO) GetSubject ¶
func (AuthDTO) GetSuccessor ¶
func (AuthDTO) GetTokenURL ¶
func (AuthDTO) GetValuePrefix ¶
type AuthMetadata ¶
type AuthMetadata struct {
// contains filtered or unexported fields
}
func (*AuthMetadata) GetHeaders ¶
func (w *AuthMetadata) GetHeaders() []string
func (*AuthMetadata) ToMap ¶
func (w *AuthMetadata) ToMap() map[string]interface{}
type AuthUtility ¶
type AuthUtility struct {
// contains filtered or unexported fields
}
func (AuthUtility) ActivateAuth ¶
func (w AuthUtility) ActivateAuth(authCtx *AuthCtx, principal string, authType string)
func (AuthUtility) ApiTokenAuth ¶
func (w AuthUtility) ApiTokenAuth(authCtx *AuthCtx, httpContext netutils.HTTPContext, enforceBearer bool) (*http.Client, error)
func (AuthUtility) AuthRevoke ¶
func (w AuthUtility) AuthRevoke(authCtx *AuthCtx) error
func (AuthUtility) AwsSigningAuth ¶
func (w AuthUtility) AwsSigningAuth(authCtx *AuthCtx, httpContext netutils.HTTPContext) (*http.Client, error)
func (AuthUtility) AzureDefaultAuth ¶
func (w AuthUtility) AzureDefaultAuth(authCtx *AuthCtx, httpContext netutils.HTTPContext) (*http.Client, error)
func (AuthUtility) BasicAuth ¶
func (w AuthUtility) BasicAuth(authCtx *AuthCtx, httpContext netutils.HTTPContext) (*http.Client, error)
func (AuthUtility) CustomAuth ¶
func (w AuthUtility) CustomAuth(authCtx *AuthCtx, httpContext netutils.HTTPContext) (*http.Client, error)
func (AuthUtility) GCloudOAuth ¶
func (w AuthUtility) GCloudOAuth(runtimeCtx RuntimeCtx, authCtx *AuthCtx, enforceRevokeFirst bool) (*http.Client, error)
func (AuthUtility) GenericOauthClientCredentials ¶
func (w AuthUtility) GenericOauthClientCredentials(authCtx *AuthCtx, scopes []string, httpContext netutils.HTTPContext) (*http.Client, error)
func (AuthUtility) GetCurrentGCloudOauthUser ¶
func (w AuthUtility) GetCurrentGCloudOauthUser() ([]byte, error)
func (AuthUtility) GoogleOauthServiceAccount ¶
func (w AuthUtility) GoogleOauthServiceAccount(provider string, authCtx *AuthCtx, scopes []string, httpContext netutils.HTTPContext) (*http.Client, error)
func (AuthUtility) ParseServiceAccountFile ¶
func (w AuthUtility) ParseServiceAccountFile(ac *AuthCtx) (any, error)
type ColumnDescriptor ¶
type ControlAttributes ¶
type ControlAttributes struct {
// contains filtered or unexported fields
}
func (ControlAttributes) GetControlGCStatusColumnName ¶
func (w ControlAttributes) GetControlGCStatusColumnName() string
func (ControlAttributes) GetControlGenIDColumnName ¶
func (w ControlAttributes) GetControlGenIDColumnName() string
func (ControlAttributes) GetControlInsIDColumnName ¶
func (w ControlAttributes) GetControlInsIDColumnName() string
func (ControlAttributes) GetControlInsertEncodedIDColumnName ¶
func (w ControlAttributes) GetControlInsertEncodedIDColumnName() string
func (ControlAttributes) GetControlLatestUpdateColumnName ¶
func (w ControlAttributes) GetControlLatestUpdateColumnName() string
func (ControlAttributes) GetControlMaxTxnColumnName ¶
func (w ControlAttributes) GetControlMaxTxnColumnName() string
func (ControlAttributes) GetControlSsnIDColumnName ¶
func (w ControlAttributes) GetControlSsnIDColumnName() string
func (ControlAttributes) GetControlTxnIDColumnName ¶
func (w ControlAttributes) GetControlTxnIDColumnName() string
type DataFlowCfg ¶
type DataFlowCfg struct {
// contains filtered or unexported fields
}
func (DataFlowCfg) GetMaxDependencies ¶
func (w DataFlowCfg) GetMaxDependencies() int
type ExecPayload ¶
type ExecPayload struct {
// contains filtered or unexported fields
}
func (ExecPayload) GetPayloadMap ¶
func (w ExecPayload) GetPayloadMap() map[string]interface{}
type ExecutionResponse ¶
type ExecutionResponse struct {
// contains filtered or unexported fields
}
type ExpectedRequest ¶
type ExpectedRequest struct {
// contains filtered or unexported fields
}
func (ExpectedRequest) GetBodyMediaType ¶
func (w ExpectedRequest) GetBodyMediaType() string
type ExpectedResponse ¶
type ExpectedResponse struct {
// contains filtered or unexported fields
}
func (ExpectedResponse) GetObjectKey ¶
func (w ExpectedResponse) GetObjectKey() string
func (ExpectedResponse) GetTransform ¶
func (w ExpectedResponse) GetTransform() (Transform, bool)
type GraphQL ¶
type GraphQL struct {
// contains filtered or unexported fields
}
func (GraphQL) GetCursorJSONPath ¶
func (GraphQL) GetResponseJSONPath ¶
type HTTPArmoury ¶
type HTTPArmoury struct {
// contains filtered or unexported fields
}
func (HTTPArmoury) GetRequestParams ¶
func (w HTTPArmoury) GetRequestParams() []HTTPArmouryParameters
func (HTTPArmoury) SetRequestParams ¶
func (w HTTPArmoury) SetRequestParams(p0 []HTTPArmouryParameters)
type HTTPArmouryParameters ¶
type HTTPArmouryParameters struct {
// contains filtered or unexported fields
}
func (HTTPArmouryParameters) Encode ¶
func (w HTTPArmouryParameters) Encode() string
func (HTTPArmouryParameters) GetArgList ¶
func (w HTTPArmouryParameters) GetArgList() client.AnySdkArgList
func (HTTPArmouryParameters) GetParameters ¶
func (w HTTPArmouryParameters) GetParameters() HttpParameters
func (HTTPArmouryParameters) GetQuery ¶
func (w HTTPArmouryParameters) GetQuery() url.Values
func (HTTPArmouryParameters) GetRequest ¶
func (w HTTPArmouryParameters) GetRequest() *http.Request
func (HTTPArmouryParameters) SetNextPage ¶
func (w HTTPArmouryParameters) SetNextPage(ops OperationStore, token string, tokenKey HTTPElement) (*http.Request, error)
func (HTTPArmouryParameters) SetRawQuery ¶
func (w HTTPArmouryParameters) SetRawQuery(p0 string)
func (HTTPArmouryParameters) ToFlatMap ¶
func (w HTTPArmouryParameters) ToFlatMap() (map[string]interface{}, error)
type HTTPElement ¶
type HTTPElement struct {
// contains filtered or unexported fields
}
func (HTTPElement) GetName ¶
func (w HTTPElement) GetName() string
func (HTTPElement) GetType ¶
func (w HTTPElement) GetType() internaldto.HTTPElementType
func (HTTPElement) IsTransformerPresent ¶
func (w HTTPElement) IsTransformerPresent() bool
func (HTTPElement) SetTransformer ¶
func (w HTTPElement) SetTransformer(transformer func(interface{}) (interface{}, error))
func (HTTPElement) Transformer ¶
func (w HTTPElement) Transformer(t interface{}) (interface{}, error)
type HTTPHTTPElement ¶
type HTTPHTTPElement struct {
// contains filtered or unexported fields
}
func (HTTPHTTPElement) GetLocation ¶
func (w HTTPHTTPElement) GetLocation() httpelement.HTTPElementLocation
func (HTTPHTTPElement) GetName ¶
func (w HTTPHTTPElement) GetName() string
type HTTPPreparator ¶
type HTTPPreparator struct {
// contains filtered or unexported fields
}
func (HTTPPreparator) BuildHTTPRequestCtx ¶
func (w HTTPPreparator) BuildHTTPRequestCtx(p0 anysdk.HTTPPreparatorConfig) (HTTPArmoury, error)
type HttpParameters ¶
type HttpParameters struct {
// contains filtered or unexported fields
}
func (HttpParameters) GetInlineParameterFlatMap ¶
func (w HttpParameters) GetInlineParameterFlatMap() (map[string]interface{}, error)
func (HttpParameters) ToFlatMap ¶
func (w HttpParameters) ToFlatMap() (map[string]interface{}, error)
type HttpPreparatorStream ¶
type HttpPreparatorStream struct {
// contains filtered or unexported fields
}
func (HttpPreparatorStream) Next ¶
func (w HttpPreparatorStream) Next() (HTTPPreparator, bool)
func (HttpPreparatorStream) Write ¶
func (w HttpPreparatorStream) Write(p0 HTTPPreparator) error
type IDiscoveryAdapter ¶
type IDiscoveryAdapter struct {
// contains filtered or unexported fields
}
func (IDiscoveryAdapter) GetProvider ¶
func (w IDiscoveryAdapter) GetProvider(providerKey string) (Provider, error)
func (IDiscoveryAdapter) GetResourcesMap ¶
func (IDiscoveryAdapter) GetServiceHandlesMap ¶
func (w IDiscoveryAdapter) GetServiceHandlesMap(prov Provider) (map[string]ProviderService, error)
func (IDiscoveryAdapter) GetServiceShard ¶
func (IDiscoveryAdapter) PersistStaticExternalSQLDataSource ¶
func (w IDiscoveryAdapter) PersistStaticExternalSQLDataSource(prov Provider) error
type InsertPreparator ¶
type InsertPreparator struct {
// contains filtered or unexported fields
}
func (InsertPreparator) ActionInsertPreparation ¶
func (w InsertPreparator) ActionInsertPreparation(payload ActionInsertPayload) ActionInsertResult
type Invoker ¶
type Invoker struct {
// contains filtered or unexported fields
}
func (Invoker) Invoke ¶
func (w Invoker) Invoke(ctx context.Context, req providerinvoker.Request) (providerinvoker.Result, error)
type ItemisationResult ¶
type ItemisationResult struct {
// contains filtered or unexported fields
}
func (ItemisationResult) GetItems ¶
func (w ItemisationResult) GetItems() (interface{}, bool)
type MapStreamCollection ¶
type MapStreamCollection struct {
// contains filtered or unexported fields
}
func (MapStreamCollection) Len ¶
func (w MapStreamCollection) Len() int
func (MapStreamCollection) Push ¶
func (w MapStreamCollection) Push(p0 MapStream)
type MethodAnalysisOutput ¶
type MethodAnalysisOutput struct {
// contains filtered or unexported fields
}
func (MethodAnalysisOutput) GetInsertTabulation ¶
func (w MethodAnalysisOutput) GetInsertTabulation() Tabulation
func (MethodAnalysisOutput) GetItemSchema ¶
func (w MethodAnalysisOutput) GetItemSchema() (Schema, bool)
func (MethodAnalysisOutput) GetOrderedStarColumnsNames ¶
func (w MethodAnalysisOutput) GetOrderedStarColumnsNames() ([]string, error)
func (MethodAnalysisOutput) GetSelectTabulation ¶
func (w MethodAnalysisOutput) GetSelectTabulation() Tabulation
func (MethodAnalysisOutput) IsAwait ¶
func (w MethodAnalysisOutput) IsAwait() bool
func (MethodAnalysisOutput) IsNilResponseAllowed ¶
func (w MethodAnalysisOutput) IsNilResponseAllowed() bool
type MethodAnalyzer ¶
type MethodAnalyzer struct {
// contains filtered or unexported fields
}
func (MethodAnalyzer) AnalyzeUnaryAction ¶
func (w MethodAnalyzer) AnalyzeUnaryAction(p0 anysdk.MethodAnalysisInput) (MethodAnalysisOutput, error)
type Methods ¶
type Methods struct {
// contains filtered or unexported fields
}
func (Methods) OrderMethods ¶
func (w Methods) OrderMethods() ([]StandardOperationStore, error)
type NameMangler ¶
type NameMangler struct {
// contains filtered or unexported fields
}
func (NameMangler) MangleName ¶
func (w NameMangler) MangleName(p0 string, p1 ...any) string
type NamespaceCfg ¶
type NamespaceCfg struct {
// contains filtered or unexported fields
}
func (NamespaceCfg) GetTemplate ¶
func (w NamespaceCfg) GetTemplate() (*template.Template, error)
type OperationInverse ¶
type OperationInverse struct {
// contains filtered or unexported fields
}
func (OperationInverse) GetOperationStore ¶
func (w OperationInverse) GetOperationStore() (StandardOperationStore, bool)
type OperationStore ¶
type OperationStore struct {
// contains filtered or unexported fields
}
func (OperationStore) DeprecatedProcessResponse ¶
func (w OperationStore) DeprecatedProcessResponse(response *http.Response) (map[string]interface{}, error)
func (OperationStore) GetName ¶
func (w OperationStore) GetName() string
func (OperationStore) GetNonBodyParameters ¶
func (w OperationStore) GetNonBodyParameters() map[string]Addressable
func (OperationStore) GetPaginationRequestTokenSemantic ¶
func (w OperationStore) GetPaginationRequestTokenSemantic() (TokenSemantic, bool)
func (OperationStore) GetPaginationResponseTokenSemantic ¶
func (w OperationStore) GetPaginationResponseTokenSemantic() (TokenSemantic, bool)
func (OperationStore) GetParameter ¶
func (w OperationStore) GetParameter(paramKey string) (Addressable, bool)
func (OperationStore) GetRequestBodySchema ¶
func (w OperationStore) GetRequestBodySchema() (Schema, error)
func (OperationStore) GetRequiredNonBodyParameters ¶
func (w OperationStore) GetRequiredNonBodyParameters() map[string]Addressable
func (OperationStore) GetRequiredParameters ¶
func (w OperationStore) GetRequiredParameters() map[string]Addressable
func (OperationStore) GetResource ¶
func (w OperationStore) GetResource() Resource
func (OperationStore) GetResponseBodySchemaAndMediaType ¶
func (w OperationStore) GetResponseBodySchemaAndMediaType() (Schema, string, error)
func (OperationStore) GetSelectItemsKey ¶
func (w OperationStore) GetSelectItemsKey() string
func (OperationStore) GetService ¶
func (w OperationStore) GetService() anysdk.OpenAPIService
func (OperationStore) IsRequestBodyAttributeRenamed ¶
func (w OperationStore) IsRequestBodyAttributeRenamed(p0 string) bool
func (OperationStore) IsRequiredRequestBodyProperty ¶
func (w OperationStore) IsRequiredRequestBodyProperty(key string) bool
func (OperationStore) ProcessResponse ¶
func (w OperationStore) ProcessResponse(p0 *http.Response) (ProcessedOperationResponse, error)
func (OperationStore) RenameRequestBodyAttribute ¶
func (w OperationStore) RenameRequestBodyAttribute(p0 string) (string, error)
func (OperationStore) RevertRequestBodyAttributeRename ¶
func (w OperationStore) RevertRequestBodyAttributeRename(p0 string) (string, error)
type OutputPacket ¶
type OutputPacket struct {
// contains filtered or unexported fields
}
func (OutputPacket) GetColumnNames ¶
func (w OutputPacket) GetColumnNames() []string
func (OutputPacket) GetColumnOIDs ¶
func (w OutputPacket) GetColumnOIDs() []oid.Oid
func (OutputPacket) GetRawRows ¶
func (w OutputPacket) GetRawRows() map[int]map[int]interface{}
func (OutputPacket) GetRows ¶
func (w OutputPacket) GetRows() map[string]map[string]interface{}
type PgTLSCfg ¶
type PgTLSCfg struct {
// contains filtered or unexported fields
}
func (PgTLSCfg) GetKeyPair ¶
func (w PgTLSCfg) GetKeyPair() (tls.Certificate, error)
type ProcessedOperationResponse ¶
type ProcessedOperationResponse struct {
// contains filtered or unexported fields
}
func (ProcessedOperationResponse) GetResponse ¶
func (w ProcessedOperationResponse) GetResponse() (Response, bool)
func (ProcessedOperationResponse) GetReversal ¶
func (w ProcessedOperationResponse) GetReversal() (HTTPPreparator, bool)
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func (Provider) GetDeleteItemsKey ¶
func (Provider) GetMinStackQLVersion ¶
func (Provider) GetProtocolType ¶
func (w Provider) GetProtocolType() (client.ClientProtocolType, error)
type ProviderDescription ¶
type ProviderDescription struct {
// contains filtered or unexported fields
}
func (ProviderDescription) GetLatestVersion ¶
func (w ProviderDescription) GetLatestVersion() (string, error)
type ProviderService ¶
type ProviderService struct {
// contains filtered or unexported fields
}
func (ProviderService) GetDescription ¶
func (w ProviderService) GetDescription() string
func (ProviderService) GetID ¶
func (w ProviderService) GetID() string
func (ProviderService) GetName ¶
func (w ProviderService) GetName() string
func (ProviderService) GetTitle ¶
func (w ProviderService) GetTitle() string
func (ProviderService) GetVersion ¶
func (w ProviderService) GetVersion() string
func (ProviderService) IsPreferred ¶
func (w ProviderService) IsPreferred() bool
type RegistryAPI ¶
type RegistryAPI struct {
// contains filtered or unexported fields
}
func (RegistryAPI) ClearProviderCache ¶
func (w RegistryAPI) ClearProviderCache(p0 string) error
func (RegistryAPI) GetLatestPublishedVersion ¶
func (w RegistryAPI) GetLatestPublishedVersion(p0 string) (string, error)
func (RegistryAPI) ListAllAvailableProviders ¶
func (w RegistryAPI) ListAllAvailableProviders() (map[string]ProviderDescription, error)
func (RegistryAPI) ListAllProviderVersions ¶
func (w RegistryAPI) ListAllProviderVersions(p0 string) (map[string]ProviderDescription, error)
func (RegistryAPI) ListLocallyAvailableProviders ¶
func (w RegistryAPI) ListLocallyAvailableProviders() map[string]ProviderDescription
func (RegistryAPI) LoadProviderByName ¶
func (w RegistryAPI) LoadProviderByName(p0 string, p1 string) (Provider, error)
func (RegistryAPI) PullAndPersistProviderArchive ¶
func (w RegistryAPI) PullAndPersistProviderArchive(p0 string, p1 string) error
func (RegistryAPI) RemoveProviderVersion ¶
func (w RegistryAPI) RemoveProviderVersion(p0 string, p1 string) error
type Relation ¶
type Relation struct {
// contains filtered or unexported fields
}
func (Relation) GetColumnDescriptors ¶
func (w Relation) GetColumnDescriptors() []anysdk.ColumnDescriptor
func (Relation) GetColumns ¶
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
func (Resource) FindMethod ¶
func (w Resource) FindMethod(key string) (StandardOperationStore, error)
func (Resource) GetFirstMethodFromSQLVerb ¶
func (w Resource) GetFirstMethodFromSQLVerb(sqlVerb string) (StandardOperationStore, string, bool)
func (Resource) GetFirstNamespaceMethodMatchFromSQLVerb ¶
func (Resource) GetMethodsMatched ¶
func (Resource) GetViewsForSqlDialect ¶
type Response ¶
type Response struct {
// contains filtered or unexported fields
}
func (Response) ExtractElement ¶
func (w Response) ExtractElement(e HTTPHTTPElement) (interface{}, error)
TODO: fix this crap
func (Response) GetHttpResponse ¶
func (Response) GetProcessedBody ¶
func (w Response) GetProcessedBody() interface{}
type RuntimeCtx ¶
type RuntimeCtx struct {
// contains filtered or unexported fields
}
func (RuntimeCtx) Copy ¶
func (w RuntimeCtx) Copy() RuntimeCtx
type SQLBackendCfg ¶
type SQLBackendCfg struct {
// contains filtered or unexported fields
}
func (SQLBackendCfg) GetDatabaseName ¶
func (w SQLBackendCfg) GetDatabaseName() (string, error)
func (SQLBackendCfg) GetIntelViewSchemaName ¶
func (w SQLBackendCfg) GetIntelViewSchemaName() string
func (SQLBackendCfg) GetOpsViewSchemaName ¶
func (w SQLBackendCfg) GetOpsViewSchemaName() string
func (SQLBackendCfg) GetSQLDialect ¶
func (w SQLBackendCfg) GetSQLDialect() string
func (SQLBackendCfg) GetSchemaType ¶
func (w SQLBackendCfg) GetSchemaType() string
func (SQLBackendCfg) GetTableSchemaName ¶
func (w SQLBackendCfg) GetTableSchemaName() string
type SQLEngine ¶
type SQLEngine struct {
// contains filtered or unexported fields
}
func (SQLEngine) CacheStorePut ¶
func (SQLEngine) GetCurrentDiscoveryGenerationID ¶
func (SQLEngine) GetCurrentGenerationID ¶
func (SQLEngine) GetNextDiscoveryGenerationID ¶
func (SQLEngine) GetNextGenerationID ¶
type SQLExternalColumn ¶
type SQLExternalColumn struct {
// contains filtered or unexported fields
}
func (SQLExternalColumn) GetName ¶
func (w SQLExternalColumn) GetName() string
func (SQLExternalColumn) GetOid ¶
func (w SQLExternalColumn) GetOid() uint32
func (SQLExternalColumn) GetPrecision ¶
func (w SQLExternalColumn) GetPrecision() int
func (SQLExternalColumn) GetType ¶
func (w SQLExternalColumn) GetType() string
func (SQLExternalColumn) GetWidth ¶
func (w SQLExternalColumn) GetWidth() int
type SQLExternalTable ¶
type SQLExternalTable struct {
// contains filtered or unexported fields
}
func (SQLExternalTable) GetCatalogName ¶
func (w SQLExternalTable) GetCatalogName() string
func (SQLExternalTable) GetColumns ¶
func (w SQLExternalTable) GetColumns() []SQLExternalColumn
func (SQLExternalTable) GetName ¶
func (w SQLExternalTable) GetName() string
func (SQLExternalTable) GetSchemaName ¶
func (w SQLExternalTable) GetSchemaName() string
type Schema ¶
type Schema struct {
// contains filtered or unexported fields
}
func (Schema) GetAdditionalProperties ¶
func (Schema) GetAllColumns ¶
func (Schema) GetItemsSchema ¶
func (Schema) GetSelectSchema ¶
func (Schema) GetSelectionName ¶
func (Schema) IsIntegral ¶
func (Schema) IsReadOnly ¶
func (Schema) IsRequired ¶
func (Schema) ToDescriptionMap ¶
type SessionContext ¶
type SessionContext struct {
// contains filtered or unexported fields
}
func (SessionContext) GetIsolationLevel ¶
func (w SessionContext) GetIsolationLevel() constants.IsolationLevel
func (SessionContext) GetRollbackType ¶
func (w SessionContext) GetRollbackType() constants.RollbackType
func (SessionContext) UpdateIsolationLevel ¶
func (w SessionContext) UpdateIsolationLevel(p0 string) error
type StandardOperationStore ¶
type StandardOperationStore struct {
// contains filtered or unexported fields
}
func (StandardOperationStore) GetAddressSpace ¶
func (w StandardOperationStore) GetAddressSpace() (AddressSpace, bool)
func (StandardOperationStore) GetColumnOrder ¶
func (w StandardOperationStore) GetColumnOrder(extended bool) []string
func (StandardOperationStore) GetGraphQL ¶
func (w StandardOperationStore) GetGraphQL() GraphQL
func (StandardOperationStore) GetInline ¶
func (w StandardOperationStore) GetInline() []string
func (StandardOperationStore) GetInverse ¶
func (w StandardOperationStore) GetInverse() (OperationInverse, bool)
func (StandardOperationStore) GetName ¶
func (w StandardOperationStore) GetName() string
func (StandardOperationStore) GetOptionalParameters ¶
func (w StandardOperationStore) GetOptionalParameters() map[string]Addressable
func (StandardOperationStore) GetPaginationRequestTokenSemantic ¶
func (w StandardOperationStore) GetPaginationRequestTokenSemantic() (TokenSemantic, bool)
func (StandardOperationStore) GetPaginationResponseTokenSemantic ¶
func (w StandardOperationStore) GetPaginationResponseTokenSemantic() (TokenSemantic, bool)
func (StandardOperationStore) GetParameter ¶
func (w StandardOperationStore) GetParameter(paramKey string) (Addressable, bool)
func (StandardOperationStore) GetProjections ¶
func (w StandardOperationStore) GetProjections() map[string]string
func (StandardOperationStore) GetRequest ¶
func (w StandardOperationStore) GetRequest() (ExpectedRequest, bool)
func (StandardOperationStore) GetRequestBodySchema ¶
func (w StandardOperationStore) GetRequestBodySchema() (Schema, error)
func (StandardOperationStore) GetRequiredParameters ¶
func (w StandardOperationStore) GetRequiredParameters() map[string]Addressable
func (StandardOperationStore) GetResponse ¶
func (w StandardOperationStore) GetResponse() (ExpectedResponse, bool)
func (StandardOperationStore) GetResponseBodySchemaAndMediaType ¶
func (w StandardOperationStore) GetResponseBodySchemaAndMediaType() (Schema, string, error)
func (StandardOperationStore) GetSelectItemsKey ¶
func (w StandardOperationStore) GetSelectItemsKey() string
func (StandardOperationStore) GetSelectSchemaAndObjectPath ¶
func (w StandardOperationStore) GetSelectSchemaAndObjectPath() (Schema, string, error)
func (StandardOperationStore) GetServers ¶
func (w StandardOperationStore) GetServers() (openapi3.Servers, bool)
func (StandardOperationStore) IsAwaitable ¶
func (w StandardOperationStore) IsAwaitable() bool
func (StandardOperationStore) IsNullary ¶
func (w StandardOperationStore) IsNullary() bool
func (StandardOperationStore) ToPresentationMap ¶
func (w StandardOperationStore) ToPresentationMap(extended bool) map[string]interface{}
type StreamTransformer ¶
type StreamTransformer struct {
// contains filtered or unexported fields
}
func (StreamTransformer) GetOutStream ¶
func (w StreamTransformer) GetOutStream() io.Reader
func (StreamTransformer) Transform ¶
func (w StreamTransformer) Transform() error
type StreamTransformerFactory ¶
type StreamTransformerFactory struct {
// contains filtered or unexported fields
}
func (StreamTransformerFactory) GetTransformer ¶
func (w StreamTransformerFactory) GetTransformer(input string) (StreamTransformer, error)
func (StreamTransformerFactory) IsTransformable ¶
func (w StreamTransformerFactory) IsTransformable() bool
type Tabulation ¶
type Tabulation struct {
// contains filtered or unexported fields
}
func (Tabulation) GetColumns ¶
func (w Tabulation) GetColumns() []anysdk.ColumnDescriptor
func (Tabulation) PushBackColumn ¶
func (w Tabulation) PushBackColumn(col anysdk.ColumnDescriptor)
func (Tabulation) RenameColumnsToXml ¶
func (w Tabulation) RenameColumnsToXml() Tabulation
type TokenSemantic ¶
type TokenSemantic struct {
// contains filtered or unexported fields
}
func (TokenSemantic) GetKey ¶
func (w TokenSemantic) GetKey() string
func (TokenSemantic) GetLocation ¶
func (w TokenSemantic) GetLocation() string
func (TokenSemantic) GetTransformer ¶
func (w TokenSemantic) GetTransformer() (anysdk.TokenTransformer, error)
type TxnCoordinatorCfg ¶
type TxnCoordinatorCfg struct {
// contains filtered or unexported fields
}
func (TxnCoordinatorCfg) GetMaxTxnDepth ¶
func (w TxnCoordinatorCfg) GetMaxTxnDepth() int
Click to show internal directories.
Click to hide internal directories.