_48_custom_unmarshall_velty

package
v0.9.5 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var PackageName = "preference"

Functions

This section is empty.

Types

type Foo

type Foo struct {
	Id    int
	Name  string
	Price float64
	Info  map[string]int
}

type Preference

type Preference struct {
	Id     int            `sqlx:"ID,autoincrement,primaryKey,required"`
	Object *Foo           `sqlx:"OBJECT" json:",omitempty"`
	Has    *PreferenceHas `setMarker:"true" typeName:"PreferenceHas" json:"-" `
}

type PreferenceHas

type PreferenceHas struct {
	Id     bool
	Object bool
}

Jump to

Keyboard shortcuts

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