istio_mixer_adapter_sample_quota

package
v0.0.0-...-0000b31 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 7, 2017 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

Package istio_mixer_adapter_sample_quota is a generated protocol buffer package.

It is generated from these files:

bazel-out/local-fastbuild/genfiles/mixer/template/sample/quota/go_default_library_tmpl.proto

It has these top-level messages:

Type
Res1Type
Res2Type
InstanceParam
Res1InstanceParam
Res2InstanceParam

Index

Constants

View Source
const TemplateName = "quota"

Fully qualified name of the template

Variables

View Source
var (
	ErrInvalidLengthGoDefaultLibraryTmpl = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowGoDefaultLibraryTmpl   = fmt.Errorf("proto: integer overflow")
)

Functions

This section is empty.

Types

type Handler

type Handler interface {
	adapter.Handler

	// HandleQuota is called by Mixer at request time to deliver instances to
	// to an adapter.
	HandleQuota(context.Context, *Instance, adapter.QuotaArgs) (adapter.QuotaResult, error)
}

Handler must be implemented by adapter code if it wants to process data associated with the 'quota' template.

Mixer uses this interface to call into the adapter at request time in order to dispatch created instances to the adapter. Adapters take the incoming instances and do what they need to achieve their primary function.

The name of each instance can be used as a key into the Type map supplied to the adapter at configuration time via the method 'SetQuotaTypes'. These Type associated with an instance describes the shape of the instance

type HandlerBuilder

type HandlerBuilder interface {
	adapter.HandlerBuilder

	// SetQuotaTypes is invoked by Mixer to pass the template-specific Type information for instances that an adapter
	// may receive at runtime. The type information describes the shape of the instance.
	SetQuotaTypes(map[string]*Type)
}

HandlerBuilder must be implemented by adapters if they want to process data associated with the 'quota' template.

Mixer uses this interface to call into the adapter at configuration time to configure it with adapter-specific configuration as well as all template-specific type information.

type Instance

type Instance struct {
	// Name of the instance as specified in configuration.
	Name string

	Dimensions map[string]interface{}

	BoolMap map[string]bool

	Res1 *Res1
}

Instance is constructed by Mixer for the 'quota' template.

type InstanceParam

type InstanceParam struct {
	Dimensions map[string]string  `` /* 154-byte string literal not displayed */
	BoolMap    map[string]string  `` /* 148-byte string literal not displayed */
	Res1       *Res1InstanceParam `protobuf:"bytes,11,opt,name=res1" json:"res1,omitempty"`
}

func (*InstanceParam) Descriptor

func (*InstanceParam) Descriptor() ([]byte, []int)

func (*InstanceParam) Equal

func (this *InstanceParam) Equal(that interface{}) bool

func (*InstanceParam) GetBoolMap

func (m *InstanceParam) GetBoolMap() map[string]string

func (*InstanceParam) GetDimensions

func (m *InstanceParam) GetDimensions() map[string]string

func (*InstanceParam) GetRes1

func (m *InstanceParam) GetRes1() *Res1InstanceParam

func (*InstanceParam) GoString

func (this *InstanceParam) GoString() string

func (*InstanceParam) Marshal

func (m *InstanceParam) Marshal() (dAtA []byte, err error)

func (*InstanceParam) MarshalTo

func (m *InstanceParam) MarshalTo(dAtA []byte) (int, error)

func (*InstanceParam) ProtoMessage

func (*InstanceParam) ProtoMessage()

func (*InstanceParam) Reset

func (m *InstanceParam) Reset()

func (*InstanceParam) Size

func (m *InstanceParam) Size() (n int)

func (*InstanceParam) String

func (this *InstanceParam) String() string

func (*InstanceParam) Unmarshal

func (m *InstanceParam) Unmarshal(dAtA []byte) error

type Res1

type Res1 struct {
	Value interface{}

	Dimensions map[string]interface{}

	Int64Primitive int64

	BoolPrimitive bool

	DoublePrimitive float64

	StringPrimitive string

	Int64Map map[string]int64

	TimeStamp time.Time

	Duration time.Duration

	Res2 *Res2

	Res2Map map[string]*Res2
}

type Res1InstanceParam

type Res1InstanceParam struct {
	Value           string                        `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	Dimensions      map[string]string             `` /* 154-byte string literal not displayed */
	Int64Primitive  string                        `protobuf:"bytes,3,opt,name=int64Primitive,proto3" json:"int64Primitive,omitempty"`
	BoolPrimitive   string                        `protobuf:"bytes,4,opt,name=boolPrimitive,proto3" json:"boolPrimitive,omitempty"`
	DoublePrimitive string                        `protobuf:"bytes,5,opt,name=doublePrimitive,proto3" json:"doublePrimitive,omitempty"`
	StringPrimitive string                        `protobuf:"bytes,6,opt,name=stringPrimitive,proto3" json:"stringPrimitive,omitempty"`
	Int64Map        map[string]string             `` /* 150-byte string literal not displayed */
	TimeStamp       string                        `protobuf:"bytes,9,opt,name=timeStamp,proto3" json:"timeStamp,omitempty"`
	Duration        string                        `protobuf:"bytes,10,opt,name=duration,proto3" json:"duration,omitempty"`
	Res2            *Res2InstanceParam            `protobuf:"bytes,11,opt,name=res2" json:"res2,omitempty"`
	Res2Map         map[string]*Res2InstanceParam `` /* 157-byte string literal not displayed */
}

func (*Res1InstanceParam) Descriptor

func (*Res1InstanceParam) Descriptor() ([]byte, []int)

func (*Res1InstanceParam) Equal

func (this *Res1InstanceParam) Equal(that interface{}) bool

func (*Res1InstanceParam) GetBoolPrimitive

func (m *Res1InstanceParam) GetBoolPrimitive() string

func (*Res1InstanceParam) GetDimensions

func (m *Res1InstanceParam) GetDimensions() map[string]string

func (*Res1InstanceParam) GetDoublePrimitive

func (m *Res1InstanceParam) GetDoublePrimitive() string

func (*Res1InstanceParam) GetDuration

func (m *Res1InstanceParam) GetDuration() string

func (*Res1InstanceParam) GetInt64Map

func (m *Res1InstanceParam) GetInt64Map() map[string]string

func (*Res1InstanceParam) GetInt64Primitive

func (m *Res1InstanceParam) GetInt64Primitive() string

func (*Res1InstanceParam) GetRes2

func (m *Res1InstanceParam) GetRes2() *Res2InstanceParam

func (*Res1InstanceParam) GetRes2Map

func (m *Res1InstanceParam) GetRes2Map() map[string]*Res2InstanceParam

func (*Res1InstanceParam) GetStringPrimitive

func (m *Res1InstanceParam) GetStringPrimitive() string

func (*Res1InstanceParam) GetTimeStamp

func (m *Res1InstanceParam) GetTimeStamp() string

func (*Res1InstanceParam) GetValue

func (m *Res1InstanceParam) GetValue() string

func (*Res1InstanceParam) GoString

func (this *Res1InstanceParam) GoString() string

func (*Res1InstanceParam) Marshal

func (m *Res1InstanceParam) Marshal() (dAtA []byte, err error)

func (*Res1InstanceParam) MarshalTo

func (m *Res1InstanceParam) MarshalTo(dAtA []byte) (int, error)

func (*Res1InstanceParam) ProtoMessage

func (*Res1InstanceParam) ProtoMessage()

func (*Res1InstanceParam) Reset

func (m *Res1InstanceParam) Reset()

func (*Res1InstanceParam) Size

func (m *Res1InstanceParam) Size() (n int)

func (*Res1InstanceParam) String

func (this *Res1InstanceParam) String() string

func (*Res1InstanceParam) Unmarshal

func (m *Res1InstanceParam) Unmarshal(dAtA []byte) error

type Res1Type

type Res1Type struct {
	Value      istio_mixer_v1_config_descriptor.ValueType            `protobuf:"varint,1,opt,name=value,proto3,enum=istio.mixer.v1.config.descriptor.ValueType" json:"value,omitempty"`
	Dimensions map[string]istio_mixer_v1_config_descriptor.ValueType `` /* 203-byte string literal not displayed */
	Res2       *Res2Type                                             `protobuf:"bytes,11,opt,name=res2" json:"res2,omitempty"`
	Res2Map    map[string]*Res2Type                                  `` /* 157-byte string literal not displayed */
}

func (*Res1Type) Descriptor

func (*Res1Type) Descriptor() ([]byte, []int)

func (*Res1Type) Equal

func (this *Res1Type) Equal(that interface{}) bool

func (*Res1Type) GetDimensions

func (*Res1Type) GetRes2

func (m *Res1Type) GetRes2() *Res2Type

func (*Res1Type) GetRes2Map

func (m *Res1Type) GetRes2Map() map[string]*Res2Type

func (*Res1Type) GetValue

func (*Res1Type) GoString

func (this *Res1Type) GoString() string

func (*Res1Type) Marshal

func (m *Res1Type) Marshal() (dAtA []byte, err error)

func (*Res1Type) MarshalTo

func (m *Res1Type) MarshalTo(dAtA []byte) (int, error)

func (*Res1Type) ProtoMessage

func (*Res1Type) ProtoMessage()

func (*Res1Type) Reset

func (m *Res1Type) Reset()

func (*Res1Type) Size

func (m *Res1Type) Size() (n int)

func (*Res1Type) String

func (this *Res1Type) String() string

func (*Res1Type) Unmarshal

func (m *Res1Type) Unmarshal(dAtA []byte) error

type Res2

type Res2 struct {
	Value interface{}

	Dimensions map[string]interface{}

	Int64Primitive int64
}

type Res2InstanceParam

type Res2InstanceParam struct {
	Value          string            `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	Dimensions     map[string]string `` /* 154-byte string literal not displayed */
	Int64Primitive string            `protobuf:"bytes,3,opt,name=int64Primitive,proto3" json:"int64Primitive,omitempty"`
}

func (*Res2InstanceParam) Descriptor

func (*Res2InstanceParam) Descriptor() ([]byte, []int)

func (*Res2InstanceParam) Equal

func (this *Res2InstanceParam) Equal(that interface{}) bool

func (*Res2InstanceParam) GetDimensions

func (m *Res2InstanceParam) GetDimensions() map[string]string

func (*Res2InstanceParam) GetInt64Primitive

func (m *Res2InstanceParam) GetInt64Primitive() string

func (*Res2InstanceParam) GetValue

func (m *Res2InstanceParam) GetValue() string

func (*Res2InstanceParam) GoString

func (this *Res2InstanceParam) GoString() string

func (*Res2InstanceParam) Marshal

func (m *Res2InstanceParam) Marshal() (dAtA []byte, err error)

func (*Res2InstanceParam) MarshalTo

func (m *Res2InstanceParam) MarshalTo(dAtA []byte) (int, error)

func (*Res2InstanceParam) ProtoMessage

func (*Res2InstanceParam) ProtoMessage()

func (*Res2InstanceParam) Reset

func (m *Res2InstanceParam) Reset()

func (*Res2InstanceParam) Size

func (m *Res2InstanceParam) Size() (n int)

func (*Res2InstanceParam) String

func (this *Res2InstanceParam) String() string

func (*Res2InstanceParam) Unmarshal

func (m *Res2InstanceParam) Unmarshal(dAtA []byte) error

type Res2Type

type Res2Type struct {
	Value      istio_mixer_v1_config_descriptor.ValueType            `protobuf:"varint,1,opt,name=value,proto3,enum=istio.mixer.v1.config.descriptor.ValueType" json:"value,omitempty"`
	Dimensions map[string]istio_mixer_v1_config_descriptor.ValueType `` /* 203-byte string literal not displayed */
}

func (*Res2Type) Descriptor

func (*Res2Type) Descriptor() ([]byte, []int)

func (*Res2Type) Equal

func (this *Res2Type) Equal(that interface{}) bool

func (*Res2Type) GetDimensions

func (*Res2Type) GetValue

func (*Res2Type) GoString

func (this *Res2Type) GoString() string

func (*Res2Type) Marshal

func (m *Res2Type) Marshal() (dAtA []byte, err error)

func (*Res2Type) MarshalTo

func (m *Res2Type) MarshalTo(dAtA []byte) (int, error)

func (*Res2Type) ProtoMessage

func (*Res2Type) ProtoMessage()

func (*Res2Type) Reset

func (m *Res2Type) Reset()

func (*Res2Type) Size

func (m *Res2Type) Size() (n int)

func (*Res2Type) String

func (this *Res2Type) String() string

func (*Res2Type) Unmarshal

func (m *Res2Type) Unmarshal(dAtA []byte) error

type Type

type Type struct {
	Dimensions map[string]istio_mixer_v1_config_descriptor.ValueType `` /* 203-byte string literal not displayed */
	Res1       *Res1Type                                             `protobuf:"bytes,11,opt,name=res1" json:"res1,omitempty"`
}

func (*Type) Descriptor

func (*Type) Descriptor() ([]byte, []int)

func (*Type) Equal

func (this *Type) Equal(that interface{}) bool

func (*Type) GetDimensions

func (m *Type) GetDimensions() map[string]istio_mixer_v1_config_descriptor.ValueType

func (*Type) GetRes1

func (m *Type) GetRes1() *Res1Type

func (*Type) GoString

func (this *Type) GoString() string

func (*Type) Marshal

func (m *Type) Marshal() (dAtA []byte, err error)

func (*Type) MarshalTo

func (m *Type) MarshalTo(dAtA []byte) (int, error)

func (*Type) ProtoMessage

func (*Type) ProtoMessage()

func (*Type) Reset

func (m *Type) Reset()

func (*Type) Size

func (m *Type) Size() (n int)

func (*Type) String

func (this *Type) String() string

func (*Type) Unmarshal

func (m *Type) Unmarshal(dAtA []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL