Documentation ¶
Index ¶
- type Parameters
- func (*Parameters) Descriptor() ([]byte, []int)
- func (this *Parameters) Equal(that interface{}) bool
- func (m *Parameters) GetHeaders() map[string]string
- func (m *Parameters) GetPath() *types.StringValue
- func (*Parameters) ProtoMessage()
- func (m *Parameters) Reset()
- func (m *Parameters) String() string
- func (m *Parameters) XXX_DiscardUnknown()
- func (m *Parameters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Parameters) XXX_Merge(src proto.Message)
- func (m *Parameters) XXX_Size() int
- func (m *Parameters) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parameters ¶
type Parameters struct { // headers that will be used to extract data for processing output templates // Gloo will search for parameters by their name in header value strings, enclosed in single // curly braces // Example: // extensions: // parameters: // headers: // x-user-id: { userId } Headers map[string]string `` /* 155-byte string literal not displayed */ // part of the (or the entire) path that will be used extract data for processing output templates // Gloo will search for parameters by their name in header value strings, enclosed in single // curly braces // Example: // extensions: // parameters: // path: /users/{ userId } Path *types.StringValue `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Parameters) Descriptor ¶
func (*Parameters) Descriptor() ([]byte, []int)
func (*Parameters) Equal ¶
func (this *Parameters) Equal(that interface{}) bool
func (*Parameters) GetHeaders ¶
func (m *Parameters) GetHeaders() map[string]string
func (*Parameters) GetPath ¶
func (m *Parameters) GetPath() *types.StringValue
func (*Parameters) ProtoMessage ¶
func (*Parameters) ProtoMessage()
func (*Parameters) Reset ¶
func (m *Parameters) Reset()
func (*Parameters) String ¶
func (m *Parameters) String() string
func (*Parameters) XXX_DiscardUnknown ¶
func (m *Parameters) XXX_DiscardUnknown()
func (*Parameters) XXX_Marshal ¶
func (m *Parameters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Parameters) XXX_Merge ¶
func (m *Parameters) XXX_Merge(src proto.Message)
func (*Parameters) XXX_Size ¶
func (m *Parameters) XXX_Size() int
func (*Parameters) XXX_Unmarshal ¶
func (m *Parameters) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.