Documentation ¶
Overview ¶
Package istio_mixer_v1_config_template is a generated protocol buffer package.
It is generated from these files:
mixer/pkg/adapter/template/TemplateExtensions.proto
It has these top-level messages:
Expr
Index ¶
- Variables
- type Expr
- func (*Expr) Descriptor() ([]byte, []int)
- func (this *Expr) Equal(that interface{}) bool
- func (this *Expr) GoString() string
- func (m *Expr) Marshal() (dAtA []byte, err error)
- func (m *Expr) MarshalTo(dAtA []byte) (int, error)
- func (*Expr) ProtoMessage()
- func (m *Expr) Reset()
- func (m *Expr) Size() (n int)
- func (this *Expr) String() string
- func (m *Expr) Unmarshal(dAtA []byte) error
- type TemplateVariety
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthTemplateExtensions = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowTemplateExtensions = fmt.Errorf("proto: integer overflow") )
View Source
var E_TemplateVariety = &proto.ExtensionDesc{ ExtendedType: (*google_protobuf.FileOptions)(nil), ExtensionType: (*TemplateVariety)(nil), Field: 72295727, Name: "istio.mixer.v1.config.template.template_variety", Tag: "varint,72295727,opt,name=template_variety,json=templateVariety,enum=istio.mixer.v1.config.template.TemplateVariety", Filename: "mixer/pkg/adapter/template/TemplateExtensions.proto", }
View Source
var TemplateVariety_name = map[int32]string{
0: "TEMPLATE_VARIETY_CHECK",
1: "TEMPLATE_VARIETY_REPORT",
2: "TEMPLATE_VARIETY_QUOTA",
}
View Source
var TemplateVariety_value = map[string]int32{
"TEMPLATE_VARIETY_CHECK": 0,
"TEMPLATE_VARIETY_REPORT": 1,
"TEMPLATE_VARIETY_QUOTA": 2,
}
Functions ¶
This section is empty.
Types ¶
type Expr ¶
type Expr struct { }
func (*Expr) Descriptor ¶
func (*Expr) ProtoMessage ¶
func (*Expr) ProtoMessage()
type TemplateVariety ¶
type TemplateVariety int32
const ( TEMPLATE_VARIETY_CHECK TemplateVariety = 0 TEMPLATE_VARIETY_REPORT TemplateVariety = 1 TEMPLATE_VARIETY_QUOTA TemplateVariety = 2 )
func (TemplateVariety) EnumDescriptor ¶
func (TemplateVariety) EnumDescriptor() ([]byte, []int)
func (TemplateVariety) String ¶
func (x TemplateVariety) String() string
Click to show internal directories.
Click to hide internal directories.