model

package
v0.0.0-...-e07134a Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	IntUntypedOne = iota + 1
	IntUntypedTwo
)
View Source
const (
	StringUntypedOne = "ONE"
	StringUntypedTwo = "TWO"
)
View Source
const (
	BoolUntypedTrue  = true
	BoolUntypedFalse = false
)

Variables

View Source
var (
	VarUntypedTrue  = true
	VarUntypedFalse = false
)

Functions

This section is empty.

Types

type BoolTyped

type BoolTyped bool
const (
	BoolTypedTrue  BoolTyped = true
	BoolTypedFalse BoolTyped = false
)

type IntTyped

type IntTyped int
const (
	IntTypedOne IntTyped = iota + 1
	IntTypedTwo
)

type StringTyped

type StringTyped string
const (
	StringTypedOne StringTyped = "ONE"
	StringTypedTwo StringTyped = "TWO"
)

type VarTyped

type VarTyped bool
var (
	VarTypedTrue  VarTyped = true
	VarTypedFalse VarTyped = false
)

Jump to

Keyboard shortcuts

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