Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Prefix for GRPC URL inputs. GRPC does not define a standard prefix. This prefix helps to differentiate remote // URLs for REST APIs (i.e - HTTP) from GRPC endpoints. Prefix = "grpc://" PrefixSecure = "grpcs://" SupportedScheme = "(envoy|dns|uds|xds)" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlagSyncServiceClient ¶ added in v0.4.5
type FlagSyncServiceClient interface { syncv1grpc.FlagSyncServiceClient }
type FlagSyncServiceClientResponse ¶ added in v0.4.5
type FlagSyncServiceClientResponse interface { syncv1grpc.FlagSyncService_SyncFlagsClient }
Click to show internal directories.
Click to hide internal directories.