e10_vuetify_autocomplete

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const VuetifyAutoCompletePath = "/samples/vuetify-auto-complete"
View Source
const VuetifyAutoCompletePresetPath = "/samples/vuetify-auto-complete-preset"

Variables

View Source
var (
	ExamplePreset *presets.Builder
)
View Source
var VuetifyAutocompletePB = web.Page(VuetifyAutocomplete)

Functions

func VuetifyAutocomplete

func VuetifyAutocomplete(ctx *web.EventContext) (pr web.PageResponse, err error)

Types

type Product

type Product struct {
	ID   uint `gorm:"primarykey"`
	Name string
}

type User

type User struct {
	Login string
	Name  string
}

type UserIcons

type UserIcons struct {
	Login string `json:"text"`
	Name  string `json:"value"`
	Icon  string `json:"icon"`
}

Jump to

Keyboard shortcuts

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