order

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Direction

type Direction int8

Direction order direction.

const (
	// ASC ascending.
	ASC Direction = iota
	// DESC descending.
	DESC
)

func (Direction) String

func (d Direction) String() string

String Stringer implementation

func (*Direction) UnmarshalJSON

func (d *Direction) UnmarshalJSON(bytes []byte) error

UnmarshalJSON parses the json bytes into a Direction value.

type SuppressionListField

type SuppressionListField int8

SuppressionListField client suppression list order field.

const (
	// BySuppressedEmailAddress email address.
	BySuppressedEmailAddress SuppressionListField = iota
	// BySuppressionDate suppression date.
	BySuppressionDate
)

func (SuppressionListField) String

func (f SuppressionListField) String() string

String Stringer implementation

func (*SuppressionListField) UnmarshalJSON

func (f *SuppressionListField) UnmarshalJSON(bytes []byte) error

UnmarshalJSON parses the json bytes into a SuppressionListField value.

Jump to

Keyboard shortcuts

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