Documentation ¶
Overview ¶
Package taxonomy provides primitives to interact the openapi HTTP API.
Code generated by github.com/deepmap/oapi-codegen DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authentication ¶
type Authentication struct { // Access key also known as AccessKeyId AccessKey *string `json:"access_key,omitempty"` // API key used in various IAM enabled services ApiKey *string `json:"api_key,omitempty"` // Password for basic authentication Password *string `json:"password,omitempty"` // Secret key also known as SecretAccessKey SecretKey *string `json:"secret_key,omitempty"` // Username for basic authentication Username *string `json:"username,omitempty"` }
Authentication defines model for Authentication.
type Connection ¶
type Connection struct { Db2 *DB2 `json:"db2,omitempty"` Kafka *Kafka `json:"kafka,omitempty"` // Connection information for S3 compatible object store S3 *S3 `json:"s3,omitempty"` Type string `json:"type"` }
Connection defines model for Connection.
type DB2 ¶
type DB2 struct { Database *string `json:"database,omitempty"` Port *string `json:"port,omitempty"` Ssl *string `json:"ssl,omitempty"` Table *string `json:"table,omitempty"` Url *string `json:"url,omitempty"` }
DB2 defines model for DB2.
type Kafka ¶
type Kafka struct { BootstrapServers *string `json:"bootstrap_servers,omitempty"` KeyDeserializer *string `json:"key_deserializer,omitempty"` SaslMechanism *string `json:"sasl_mechanism,omitempty"` SchemaRegistry *string `json:"schema_registry,omitempty"` SecurityProtocol *string `json:"security_protocol,omitempty"` SslTruststore *string `json:"ssl_truststore,omitempty"` SslTruststorePassword *string `json:"ssl_truststore_password,omitempty"` TopicName *string `json:"topic_name,omitempty"` ValueDeserializer *string `json:"value_deserializer,omitempty"` }
Kafka defines model for Kafka.
Click to show internal directories.
Click to hide internal directories.