Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Output OutputName = "cloudevents_grpc" FieldName_gRPCUrl = "grpc_url" FieldName_channel = "channel" FieldName_maxInFlight = "max_in_flight" // Auth FieldName_auth = "auth" // Auth.apikey FieldName_apikey = "apikey" FieldName_name = "name" FieldName_value = "value" // Auth.basic FieldName_basic = "basic" FieldName_userName = "user_name" FieldName_password = "password" // Auth.oauth2 FieldName_oauth2 = "oauth2" FieldName_clientId = "client_id" FieldName_clientSecret = "client_secret" FieldName_tokenEndpoint = "token_endpoint" FieldName_scopes = "scopes" )
Variables ¶
This section is empty.
Functions ¶
func AddSingletonCloudEventOutput ¶
func AddSingletonCloudEventOutput(cb di.ContainerBuilder)
func NewAPIKeyAuthConfig ¶
func NewAPIKeyAuthConfig() *benthos_service.ConfigField
func NewAuthConfig ¶
func NewAuthConfig() *benthos_service.ConfigField
func NewBasicAuthConfig ¶
func NewBasicAuthConfig() *benthos_service.ConfigField
func NewOAuth2AuthConfig ¶
func NewOAuth2AuthConfig() *benthos_service.ConfigField
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.