_48_custom_unmarshall_velty

package
v0.10.11 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 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,enc=JSON" json:",omitempty" `
	ClassName string
	Has       *PreferenceHas `setMarker:"true" typeName:"PreferenceHas" json:"-" sqlx:"-"`
}

type PreferenceHas

type PreferenceHas struct {
	Id        bool
	Object    bool
	ClassName bool
}

Jump to

Keyboard shortcuts

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