Documentation ¶
Overview ¶
Package config is a generated protocol buffer package.
3scale adapter configuration
It is generated from these files:
mixer/adapter/3scale-istio-adapter/config/config.proto
It has these top-level messages:
Params
Index ¶
- Variables
- type Params
- func (*Params) Descriptor() ([]byte, []int)
- func (this *Params) Equal(that interface{}) bool
- func (m *Params) GetAccessToken() string
- func (m *Params) GetBackendUrl() string
- func (m *Params) GetServiceId() string
- func (m *Params) GetSystemUrl() string
- func (this *Params) GoString() string
- func (m *Params) Marshal() (dAtA []byte, err error)
- func (m *Params) MarshalTo(dAtA []byte) (int, error)
- func (*Params) ProtoMessage()
- func (m *Params) Reset()
- func (m *Params) Size() (n int)
- func (this *Params) String() string
- func (m *Params) Unmarshal(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthConfig = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowConfig = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type Params ¶
type Params struct { // Unique identification string for the service/api - optional - can be specified as label in workload ServiceId string `protobuf:"bytes,1,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"` // Url to connect to 3scale system SystemUrl string `protobuf:"bytes,2,opt,name=system_url,json=systemUrl,proto3" json:"system_url,omitempty"` // Access token used to authenticate against the 3scale APIs AccessToken string `protobuf:"bytes,3,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"` // Url to connect to 3scale backend - optional - override system config to use internal dns etc.. BackendUrl string `protobuf:"bytes,4,opt,name=backend_url,json=backendUrl,proto3" json:"backend_url,omitempty"` }
3scale adapter configuration
func (*Params) Descriptor ¶
func (*Params) GetAccessToken ¶
func (*Params) GetBackendUrl ¶ added in v1.0.0
func (*Params) GetServiceId ¶
func (*Params) GetSystemUrl ¶
func (*Params) ProtoMessage ¶
func (*Params) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.