vstruct

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2024 License: Apache-2.0 Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NullableBool

type NullableBool int
const (
	False NullableBool = iota
	True
	NotSet
)

func MakeNullableBool

func MakeNullableBool(val bool) (e NullableBool)

func (*NullableBool) FromBoolPointer

func (e *NullableBool) FromBoolPointer(val *bool)

func (NullableBool) ToBool

func (e NullableBool) ToBool() bool

Jump to

Keyboard shortcuts

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