Documentation ¶
Overview ¶
Package keyval contains the sources for a demo route directive adapter.
Index ¶
- Constants
- Variables
- func RegisterHandleKeyvalServiceServer(s *grpc.Server, srv HandleKeyvalServiceServer)
- type HandleKeyvalRequest
- func (*HandleKeyvalRequest) Descriptor() ([]byte, []int)
- func (m *HandleKeyvalRequest) Marshal() (dAtA []byte, err error)
- func (m *HandleKeyvalRequest) MarshalTo(dAtA []byte) (int, error)
- func (*HandleKeyvalRequest) ProtoMessage()
- func (m *HandleKeyvalRequest) Reset()
- func (m *HandleKeyvalRequest) Size() (n int)
- func (this *HandleKeyvalRequest) String() string
- func (m *HandleKeyvalRequest) Unmarshal(dAtA []byte) error
- func (m *HandleKeyvalRequest) XXX_DiscardUnknown()
- func (m *HandleKeyvalRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HandleKeyvalRequest) XXX_Merge(src proto.Message)
- func (m *HandleKeyvalRequest) XXX_Size() int
- func (m *HandleKeyvalRequest) XXX_Unmarshal(b []byte) error
- type HandleKeyvalResponse
- func (*HandleKeyvalResponse) Descriptor() ([]byte, []int)
- func (m *HandleKeyvalResponse) Marshal() (dAtA []byte, err error)
- func (m *HandleKeyvalResponse) MarshalTo(dAtA []byte) (int, error)
- func (*HandleKeyvalResponse) ProtoMessage()
- func (m *HandleKeyvalResponse) Reset()
- func (m *HandleKeyvalResponse) Size() (n int)
- func (this *HandleKeyvalResponse) String() string
- func (m *HandleKeyvalResponse) Unmarshal(dAtA []byte) error
- func (m *HandleKeyvalResponse) XXX_DiscardUnknown()
- func (m *HandleKeyvalResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HandleKeyvalResponse) XXX_Merge(src proto.Message)
- func (m *HandleKeyvalResponse) XXX_Size() int
- func (m *HandleKeyvalResponse) XXX_Unmarshal(b []byte) error
- type HandleKeyvalServiceClient
- type HandleKeyvalServiceServer
- type Handler
- type HandlerBuilder
- type Instance
- type InstanceMsg
- func (*InstanceMsg) Descriptor() ([]byte, []int)
- func (m *InstanceMsg) Marshal() (dAtA []byte, err error)
- func (m *InstanceMsg) MarshalTo(dAtA []byte) (int, error)
- func (*InstanceMsg) ProtoMessage()
- func (m *InstanceMsg) Reset()
- func (m *InstanceMsg) Size() (n int)
- func (this *InstanceMsg) String() string
- func (m *InstanceMsg) Unmarshal(dAtA []byte) error
- func (m *InstanceMsg) XXX_DiscardUnknown()
- func (m *InstanceMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InstanceMsg) XXX_Merge(src proto.Message)
- func (m *InstanceMsg) XXX_Size() int
- func (m *InstanceMsg) XXX_Unmarshal(b []byte) error
- type InstanceParam
- func (*InstanceParam) Descriptor() ([]byte, []int)
- func (m *InstanceParam) Marshal() (dAtA []byte, err error)
- func (m *InstanceParam) MarshalTo(dAtA []byte) (int, error)
- func (*InstanceParam) ProtoMessage()
- func (m *InstanceParam) Reset()
- func (m *InstanceParam) Size() (n int)
- func (this *InstanceParam) String() string
- func (m *InstanceParam) Unmarshal(dAtA []byte) error
- func (m *InstanceParam) XXX_DiscardUnknown()
- func (m *InstanceParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InstanceParam) XXX_Merge(src proto.Message)
- func (m *InstanceParam) XXX_Size() int
- func (m *InstanceParam) XXX_Unmarshal(b []byte) error
- type Keyval
- type Output
- type OutputMsg
- func (*OutputMsg) Descriptor() ([]byte, []int)
- func (m *OutputMsg) Marshal() (dAtA []byte, err error)
- func (m *OutputMsg) MarshalTo(dAtA []byte) (int, error)
- func (*OutputMsg) ProtoMessage()
- func (m *OutputMsg) Reset()
- func (m *OutputMsg) Size() (n int)
- func (this *OutputMsg) String() string
- func (m *OutputMsg) Unmarshal(dAtA []byte) error
- func (m *OutputMsg) XXX_DiscardUnknown()
- func (m *OutputMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OutputMsg) XXX_Merge(src proto.Message)
- func (m *OutputMsg) XXX_Size() int
- func (m *OutputMsg) XXX_Unmarshal(b []byte) error
- type Params
- func (*Params) Descriptor() ([]byte, []int)
- func (this *Params) Equal(that interface{}) bool
- func (m *Params) GetTable() map[string]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
- func (m *Params) XXX_DiscardUnknown()
- func (m *Params) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Params) XXX_Merge(src proto.Message)
- func (m *Params) XXX_Size() int
- func (m *Params) XXX_Unmarshal(b []byte) error
- type Type
- func (*Type) Descriptor() ([]byte, []int)
- func (m *Type) Marshal() (dAtA []byte, err error)
- func (m *Type) MarshalTo(dAtA []byte) (int, error)
- func (*Type) ProtoMessage()
- func (m *Type) Reset()
- func (m *Type) Size() (n int)
- func (this *Type) String() string
- func (m *Type) Unmarshal(dAtA []byte) error
- func (m *Type) XXX_DiscardUnknown()
- func (m *Type) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Type) XXX_Merge(src proto.Message)
- func (m *Type) XXX_Size() int
- func (m *Type) XXX_Unmarshal(b []byte) error
Constants ¶
const TemplateName = "keyval"
Fully qualified name of the template
Variables ¶
var ( ErrInvalidLengthConfig = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowConfig = fmt.Errorf("proto: integer overflow") )
var ( ErrInvalidLengthTemplateHandlerService = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowTemplateHandlerService = fmt.Errorf("proto: integer overflow") )
Functions ¶
func RegisterHandleKeyvalServiceServer ¶
func RegisterHandleKeyvalServiceServer(s *grpc.Server, srv HandleKeyvalServiceServer)
Types ¶
type HandleKeyvalRequest ¶
type HandleKeyvalRequest struct { // 'keyval' instance. Instance *InstanceMsg `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"` // Adapter specific handler configuration. // // Note: Backends can also implement [InfrastructureBackend][https://istio.io/docs/reference/config/mixer/istio.mixer.adapter.model.v1beta1.html#InfrastructureBackend] // service and therefore opt to receive handler configuration during session creation through [InfrastructureBackend.CreateSession][TODO: Link to this fragment] // call. In that case, adapter_config will have type_url as 'google.protobuf.Any.type_url' and would contain string // value of session_id (returned from InfrastructureBackend.CreateSession). AdapterConfig *types.Any `protobuf:"bytes,2,opt,name=adapter_config,json=adapterConfig,proto3" json:"adapter_config,omitempty"` // Id to dedupe identical requests from Mixer. DedupId string `protobuf:"bytes,3,opt,name=dedup_id,json=dedupId,proto3" json:"dedup_id,omitempty"` }
Request message for HandleKeyval method.
func (*HandleKeyvalRequest) Descriptor ¶
func (*HandleKeyvalRequest) Descriptor() ([]byte, []int)
func (*HandleKeyvalRequest) Marshal ¶
func (m *HandleKeyvalRequest) Marshal() (dAtA []byte, err error)
func (*HandleKeyvalRequest) MarshalTo ¶
func (m *HandleKeyvalRequest) MarshalTo(dAtA []byte) (int, error)
func (*HandleKeyvalRequest) ProtoMessage ¶
func (*HandleKeyvalRequest) ProtoMessage()
func (*HandleKeyvalRequest) Reset ¶
func (m *HandleKeyvalRequest) Reset()
func (*HandleKeyvalRequest) Size ¶
func (m *HandleKeyvalRequest) Size() (n int)
func (*HandleKeyvalRequest) String ¶
func (this *HandleKeyvalRequest) String() string
func (*HandleKeyvalRequest) Unmarshal ¶
func (m *HandleKeyvalRequest) Unmarshal(dAtA []byte) error
func (*HandleKeyvalRequest) XXX_DiscardUnknown ¶
func (m *HandleKeyvalRequest) XXX_DiscardUnknown()
func (*HandleKeyvalRequest) XXX_Marshal ¶
func (m *HandleKeyvalRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*HandleKeyvalRequest) XXX_Merge ¶
func (m *HandleKeyvalRequest) XXX_Merge(src proto.Message)
func (*HandleKeyvalRequest) XXX_Size ¶
func (m *HandleKeyvalRequest) XXX_Size() int
func (*HandleKeyvalRequest) XXX_Unmarshal ¶
func (m *HandleKeyvalRequest) XXX_Unmarshal(b []byte) error
type HandleKeyvalResponse ¶
type HandleKeyvalResponse struct { Result *v1beta1.CheckResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` Output *OutputMsg `protobuf:"bytes,2,opt,name=output,proto3" json:"output,omitempty"` }
func (*HandleKeyvalResponse) Descriptor ¶
func (*HandleKeyvalResponse) Descriptor() ([]byte, []int)
func (*HandleKeyvalResponse) Marshal ¶
func (m *HandleKeyvalResponse) Marshal() (dAtA []byte, err error)
func (*HandleKeyvalResponse) MarshalTo ¶
func (m *HandleKeyvalResponse) MarshalTo(dAtA []byte) (int, error)
func (*HandleKeyvalResponse) ProtoMessage ¶
func (*HandleKeyvalResponse) ProtoMessage()
func (*HandleKeyvalResponse) Reset ¶
func (m *HandleKeyvalResponse) Reset()
func (*HandleKeyvalResponse) Size ¶
func (m *HandleKeyvalResponse) Size() (n int)
func (*HandleKeyvalResponse) String ¶
func (this *HandleKeyvalResponse) String() string
func (*HandleKeyvalResponse) Unmarshal ¶
func (m *HandleKeyvalResponse) Unmarshal(dAtA []byte) error
func (*HandleKeyvalResponse) XXX_DiscardUnknown ¶
func (m *HandleKeyvalResponse) XXX_DiscardUnknown()
func (*HandleKeyvalResponse) XXX_Marshal ¶
func (m *HandleKeyvalResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*HandleKeyvalResponse) XXX_Merge ¶
func (m *HandleKeyvalResponse) XXX_Merge(src proto.Message)
func (*HandleKeyvalResponse) XXX_Size ¶
func (m *HandleKeyvalResponse) XXX_Size() int
func (*HandleKeyvalResponse) XXX_Unmarshal ¶
func (m *HandleKeyvalResponse) XXX_Unmarshal(b []byte) error
type HandleKeyvalServiceClient ¶
type HandleKeyvalServiceClient interface { // HandleKeyval is called by Mixer at request-time to deliver 'keyval' instances to the backend. HandleKeyval(ctx context.Context, in *HandleKeyvalRequest, opts ...grpc.CallOption) (*HandleKeyvalResponse, error) }
HandleKeyvalServiceClient is the client API for HandleKeyvalService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewHandleKeyvalServiceClient ¶
func NewHandleKeyvalServiceClient(cc *grpc.ClientConn) HandleKeyvalServiceClient
type HandleKeyvalServiceServer ¶
type HandleKeyvalServiceServer interface { // HandleKeyval is called by Mixer at request-time to deliver 'keyval' instances to the backend. HandleKeyval(context.Context, *HandleKeyvalRequest) (*HandleKeyvalResponse, error) }
HandleKeyvalServiceServer is the server API for HandleKeyvalService service.
type Handler ¶
type Handler interface { adapter.Handler // HandleKeyval is called by Mixer at request time to deliver instances to // to an adapter. HandleKeyval(context.Context, *Instance) (adapter.CheckResult, *Output, error) }
Handler must be implemented by adapter code if it wants to process data associated with the 'keyval' 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 'SetKeyvalTypes'. These Type associated with an instance describes the shape of the instance
type HandlerBuilder ¶
type HandlerBuilder interface { adapter.HandlerBuilder // SetKeyvalTypes 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. SetKeyvalTypes(map[string]*Type) }
HandlerBuilder must be implemented by adapters if they want to process data associated with the 'keyval' 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 // lookup key Key string }
Instance is constructed by Mixer for the 'keyval' template.
Input template
type InstanceMsg ¶
type InstanceMsg struct { // Name of the instance as specified in configuration. Name string `protobuf:"bytes,72295727,opt,name=name,proto3" json:"name,omitempty"` // lookup key Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` }
Contains instance payload for 'keyval' template. This is passed to infrastructure backends during request-time through HandleKeyvalService.HandleKeyval.
func (*InstanceMsg) Descriptor ¶
func (*InstanceMsg) Descriptor() ([]byte, []int)
func (*InstanceMsg) Marshal ¶
func (m *InstanceMsg) Marshal() (dAtA []byte, err error)
func (*InstanceMsg) ProtoMessage ¶
func (*InstanceMsg) ProtoMessage()
func (*InstanceMsg) Reset ¶
func (m *InstanceMsg) Reset()
func (*InstanceMsg) Size ¶
func (m *InstanceMsg) Size() (n int)
func (*InstanceMsg) String ¶
func (this *InstanceMsg) String() string
func (*InstanceMsg) Unmarshal ¶
func (m *InstanceMsg) Unmarshal(dAtA []byte) error
func (*InstanceMsg) XXX_DiscardUnknown ¶
func (m *InstanceMsg) XXX_DiscardUnknown()
func (*InstanceMsg) XXX_Marshal ¶
func (m *InstanceMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InstanceMsg) XXX_Merge ¶
func (m *InstanceMsg) XXX_Merge(src proto.Message)
func (*InstanceMsg) XXX_Size ¶
func (m *InstanceMsg) XXX_Size() int
func (*InstanceMsg) XXX_Unmarshal ¶
func (m *InstanceMsg) XXX_Unmarshal(b []byte) error
type InstanceParam ¶
type InstanceParam struct { // lookup key Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` }
Represents instance configuration schema for 'keyval' template.
func (*InstanceParam) Descriptor ¶
func (*InstanceParam) Descriptor() ([]byte, []int)
func (*InstanceParam) Marshal ¶
func (m *InstanceParam) Marshal() (dAtA []byte, err 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
func (*InstanceParam) XXX_DiscardUnknown ¶
func (m *InstanceParam) XXX_DiscardUnknown()
func (*InstanceParam) XXX_Marshal ¶
func (m *InstanceParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InstanceParam) XXX_Merge ¶
func (m *InstanceParam) XXX_Merge(src proto.Message)
func (*InstanceParam) XXX_Size ¶
func (m *InstanceParam) XXX_Size() int
func (*InstanceParam) XXX_Unmarshal ¶
func (m *InstanceParam) XXX_Unmarshal(b []byte) error
type Keyval ¶
type Keyval struct{}
Keyval implements the key-value template.
func (Keyval) HandleKeyval ¶
func (Keyval) HandleKeyval(ctx context.Context, req *HandleKeyvalRequest) (*HandleKeyvalResponse, error)
HandleKeyval implements the gRPC stub
type Output ¶
type Output struct { // value to return Value string // contains filtered or unexported fields }
Output struct is returned by the attribute producing adapters that handle this template.
Output template
type OutputMsg ¶
type OutputMsg struct { // value to return Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` }
Contains output payload for 'keyval' template.
func (*OutputMsg) Descriptor ¶
func (*OutputMsg) ProtoMessage ¶
func (*OutputMsg) ProtoMessage()
func (*OutputMsg) XXX_DiscardUnknown ¶
func (m *OutputMsg) XXX_DiscardUnknown()
func (*OutputMsg) XXX_Marshal ¶
func (*OutputMsg) XXX_Unmarshal ¶
type Params ¶
type Params struct { // Lookup table Table map[string]string `` /* 151-byte string literal not displayed */ }
Adapter parameters
func (*Params) Descriptor ¶
func (*Params) ProtoMessage ¶
func (*Params) ProtoMessage()
func (*Params) XXX_DiscardUnknown ¶
func (m *Params) XXX_DiscardUnknown()
func (*Params) XXX_Marshal ¶
func (*Params) XXX_Unmarshal ¶
type Type ¶
type Type struct { }
Contains inferred type information about specific instance of 'keyval' template. This is passed to infrastructure backends during configuration-time through [InfrastructureBackend.CreateSession][TODO: Link to this fragment].
func (*Type) Descriptor ¶
func (*Type) ProtoMessage ¶
func (*Type) ProtoMessage()
func (*Type) XXX_DiscardUnknown ¶
func (m *Type) XXX_DiscardUnknown()