Documentation ¶
Index ¶
- type Sanitize
- func (*Sanitize) Descriptor() ([]byte, []int)
- func (m *Sanitize) GetHeadersToRemove() []string
- func (m *Sanitize) Hash(hasher hash.Hash64) (uint64, error)
- func (*Sanitize) ProtoMessage()
- func (m *Sanitize) Reset()
- func (m *Sanitize) String() string
- func (m *Sanitize) XXX_DiscardUnknown()
- func (m *Sanitize) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Sanitize) XXX_Merge(src proto.Message)
- func (m *Sanitize) XXX_Size() int
- func (m *Sanitize) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sanitize ¶
type Sanitize struct { HeadersToRemove []string `protobuf:"bytes,1,rep,name=headers_to_remove,json=headersToRemove,proto3" json:"headers_to_remove,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Sanitize) Descriptor ¶
func (*Sanitize) GetHeadersToRemove ¶
func (*Sanitize) ProtoMessage ¶
func (*Sanitize) ProtoMessage()
func (*Sanitize) XXX_DiscardUnknown ¶
func (m *Sanitize) XXX_DiscardUnknown()
func (*Sanitize) XXX_Marshal ¶
func (*Sanitize) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.