Versions in this module Expand all Collapse all v0 v0.1.0 Jan 17, 2019 Changes in this version + var E_Http = &proto.ExtensionDesc + var ErrIntOverflowHttp = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthHttp = fmt.Errorf("proto: negative length found during unmarshaling") + type CustomHttpPattern struct + Kind string + Path string + func (*CustomHttpPattern) Descriptor() ([]byte, []int) + func (*CustomHttpPattern) ProtoMessage() + func (dst *CustomHttpPattern) XXX_Merge(src proto.Message) + func (m *CustomHttpPattern) GetKind() string + func (m *CustomHttpPattern) GetPath() string + func (m *CustomHttpPattern) Marshal() (dAtA []byte, err error) + func (m *CustomHttpPattern) MarshalTo(dAtA []byte) (int, error) + func (m *CustomHttpPattern) Reset() + func (m *CustomHttpPattern) Size() (n int) + func (m *CustomHttpPattern) String() string + func (m *CustomHttpPattern) Unmarshal(dAtA []byte) error + func (m *CustomHttpPattern) XXX_DiscardUnknown() + func (m *CustomHttpPattern) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CustomHttpPattern) XXX_Size() int + func (m *CustomHttpPattern) XXX_Unmarshal(b []byte) error + type Http struct + Rules []*HttpRule + func (*Http) Descriptor() ([]byte, []int) + func (*Http) ProtoMessage() + func (dst *Http) XXX_Merge(src proto.Message) + func (m *Http) GetRules() []*HttpRule + func (m *Http) Marshal() (dAtA []byte, err error) + func (m *Http) MarshalTo(dAtA []byte) (int, error) + func (m *Http) Reset() + func (m *Http) Size() (n int) + func (m *Http) String() string + func (m *Http) Unmarshal(dAtA []byte) error + func (m *Http) XXX_DiscardUnknown() + func (m *Http) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Http) XXX_Size() int + func (m *Http) XXX_Unmarshal(b []byte) error + type HttpRule struct + AdditionalBindings []*HttpRule + Body string + Pattern isHttpRule_Pattern + Selector string + func (*HttpRule) Descriptor() ([]byte, []int) + func (*HttpRule) ProtoMessage() + func (*HttpRule) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *HttpRule) XXX_Merge(src proto.Message) + func (m *HttpRule) GetAdditionalBindings() []*HttpRule + func (m *HttpRule) GetBody() string + func (m *HttpRule) GetCustom() *CustomHttpPattern + func (m *HttpRule) GetDelete() string + func (m *HttpRule) GetGet() string + func (m *HttpRule) GetPatch() string + func (m *HttpRule) GetPattern() isHttpRule_Pattern + func (m *HttpRule) GetPost() string + func (m *HttpRule) GetPut() string + func (m *HttpRule) GetSelector() string + func (m *HttpRule) Marshal() (dAtA []byte, err error) + func (m *HttpRule) MarshalTo(dAtA []byte) (int, error) + func (m *HttpRule) Reset() + func (m *HttpRule) Size() (n int) + func (m *HttpRule) String() string + func (m *HttpRule) Unmarshal(dAtA []byte) error + func (m *HttpRule) XXX_DiscardUnknown() + func (m *HttpRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HttpRule) XXX_Size() int + func (m *HttpRule) XXX_Unmarshal(b []byte) error + type HttpRule_Custom struct + Custom *CustomHttpPattern + func (m *HttpRule_Custom) MarshalTo(dAtA []byte) (int, error) + func (m *HttpRule_Custom) Size() (n int) + type HttpRule_Delete struct + Delete string + func (m *HttpRule_Delete) MarshalTo(dAtA []byte) (int, error) + func (m *HttpRule_Delete) Size() (n int) + type HttpRule_Get struct + Get string + func (m *HttpRule_Get) MarshalTo(dAtA []byte) (int, error) + func (m *HttpRule_Get) Size() (n int) + type HttpRule_Patch struct + Patch string + func (m *HttpRule_Patch) MarshalTo(dAtA []byte) (int, error) + func (m *HttpRule_Patch) Size() (n int) + type HttpRule_Post struct + Post string + func (m *HttpRule_Post) MarshalTo(dAtA []byte) (int, error) + func (m *HttpRule_Post) Size() (n int) + type HttpRule_Put struct + Put string + func (m *HttpRule_Put) MarshalTo(dAtA []byte) (int, error) + func (m *HttpRule_Put) Size() (n int)