entry

package
v2.0.0-...-98cc131 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 26, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Type = normalization{}

Functions

func New

func New() signing.Normalization

Types

type Entries

type Entries []Entry

func (*Entries) Add

func (l *Entries) Add(key string, value interface{})

func (Entries) Formatted

func (l Entries) Formatted() string

func (Entries) String

func (l Entries) String() string

func (Entries) ToString

func (l Entries) ToString(gap string) string

type Entry

type Entry struct {
	// contains filtered or unexported fields
}

Entry is used to keep exactly one key/value pair.

func NewEntry

func NewEntry(key string, value interface{}) Entry

func (Entry) Get

func (e Entry) Get() (string, interface{})

func (Entry) Key

func (e Entry) Key() string

func (Entry) MarshalJSON

func (e Entry) MarshalJSON() ([]byte, error)

func (Entry) ToString

func (e Entry) ToString(gap string) string

func (Entry) Value

func (e Entry) Value() interface{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL