Documentation
¶
Index ¶
Constants ¶
View Source
const ( EnvConduitConnectorUtilitiesGRPCTarget = "CONDUIT_CONNECTOR_UTILITIES_GRPC_TARGET" EnvConduitConnectorToken = "CONDUIT_CONNECTOR_TOKEN" )
Variables ¶
Functions ¶
func ConnectorTokenFromContext ¶
ConnectorTokenFromContext fetches the connector token from the context. If the context does not contain a connector token it returns an empty string.
Types ¶
type CreateSchemaRequest ¶
type CreateSchemaResponse ¶
type GetSchemaRequest ¶
type GetSchemaResponse ¶
type SchemaService ¶
type SchemaService interface { CreateSchema(context.Context, CreateSchemaRequest) (CreateSchemaResponse, error) GetSchema(context.Context, GetSchemaRequest) (GetSchemaResponse, error) }
Click to show internal directories.
Click to hide internal directories.