Documentation
¶
Index ¶
- type Builder
- func (key *Builder) Sum() []byte
- func (key *Builder) SumString() string
- func (key *Builder) WriteBool(value bool)
- func (key *Builder) WriteBytes(value []byte)
- func (key *Builder) WriteHeader(header http.Header)
- func (key *Builder) WriteInt64(value int64)
- func (key *Builder) WriteString(value string)
- func (key *Builder) WriteStrings(values []string)
- func (key *Builder) WriteUint64(value uint64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func (*Builder) WriteBytes ¶
func (*Builder) WriteHeader ¶
func (*Builder) WriteInt64 ¶
func (*Builder) WriteString ¶
func (*Builder) WriteStrings ¶
func (*Builder) WriteUint64 ¶
Click to show internal directories.
Click to hide internal directories.