null

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

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

Go to latest
Published: Mar 6, 2022 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Int32

type Int32 struct {
	Value   int32
	Present bool
}

func (Int32) MarshalJSON

func (i Int32) MarshalJSON() ([]byte, error)

func (*Int32) Ptr

func (i *Int32) Ptr() *int32

func (*Int32) Set

func (i *Int32) Set(s string) error

func (*Int32) String

func (i *Int32) String() string

func (*Int32) Type

func (*Int32) Type() string

func (*Int32) UnmarshalJSON

func (i *Int32) UnmarshalJSON(b []byte) error

type String

type String struct {
	Value   string
	Present bool
}

func (String) MarshalJSON

func (s String) MarshalJSON() ([]byte, error)

func (*String) Ptr

func (s *String) Ptr() *string

func (*String) SQL

func (s *String) SQL() sql.NullString

func (*String) Set

func (s *String) Set(str string) error

func (*String) String

func (s *String) String() string

func (*String) Type

func (*String) Type() string

func (*String) UnmarshalJSON

func (s *String) UnmarshalJSON(b []byte) error

type UUID

type UUID struct {
	Value   uuid.UUID
	Present bool
}

func (UUID) MarshalJSON

func (u UUID) MarshalJSON() ([]byte, error)

func (*UUID) Set

func (u *UUID) Set(s string) error

func (*UUID) String

func (u *UUID) String() string

func (*UUID) Type

func (*UUID) Type() string

func (*UUID) UnmarshalJSON

func (u *UUID) UnmarshalJSON(b []byte) error

Jump to

Keyboard shortcuts

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