model

package
v0.0.0-...-2eaa5bf Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2022 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AllE1 = []E1{
	E1True,
	E1Okay,
}
View Source
var AllE2 = []E2{
	E2False,
	E2Okay,
}
View Source
var AllE3 = []E3{
	E3Null,
	E3Okay,
}

Functions

This section is empty.

Types

type E1

type E1 string
const (
	E1True E1 = "true"
	E1Okay E1 = "okay"
)

func (E1) IsValid

func (e E1) IsValid() bool

func (E1) MarshalGQL

func (e E1) MarshalGQL(w io.Writer)

func (E1) String

func (e E1) String() string

func (*E1) UnmarshalGQL

func (e *E1) UnmarshalGQL(v interface{}) error

type E2

type E2 string
const (
	E2False E2 = "false"
	E2Okay  E2 = "okay"
)

func (E2) IsValid

func (e E2) IsValid() bool

func (E2) MarshalGQL

func (e E2) MarshalGQL(w io.Writer)

func (E2) String

func (e E2) String() string

func (*E2) UnmarshalGQL

func (e *E2) UnmarshalGQL(v interface{}) error

type E3

type E3 string
const (
	E3Null E3 = "null"
	E3Okay E3 = "okay"
)

func (E3) IsValid

func (e E3) IsValid() bool

func (E3) MarshalGQL

func (e E3) MarshalGQL(w io.Writer)

func (E3) String

func (e E3) String() string

func (*E3) UnmarshalGQL

func (e *E3) UnmarshalGQL(v interface{}) error

Jump to

Keyboard shortcuts

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