models

package
v0.8.24 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2021 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AllEnumTest = []EnumTest{
	EnumTestASDF,
	EnumTestFDAS,
}

Functions

This section is empty.

Types

type Credentials

type Credentials struct {
	Id          uint64 `json:"id"`
	FirebaseId  string `json:"firebaseId"`
	Email       string `json:"email"`
	PhoneNumber string `json:"phoneNumber"`
}

type EnumTest

type EnumTest string
const (
	EnumTestASDF EnumTest = "ASDF"
	EnumTestFDAS EnumTest = "FDAS"
)

func (EnumTest) IsValid

func (e EnumTest) IsValid() bool

func (EnumTest) MarshalGQL

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

func (EnumTest) String

func (e EnumTest) String() string

func (*EnumTest) UnmarshalGQL

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

type T

type T interface {
	IsT()
}

Jump to

Keyboard shortcuts

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