gorm

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: May 31, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:   "gorm",
	Short: "Gorm example",
	Args:  cobra.NoArgs,
	Run: func(c *cobra.Command, args []string) {
		example(FlagHost)
	},
}
View Source
var FlagHost string

Functions

This section is empty.

Types

type Pet

type Pet struct {
	gorm.Model
	Name string
	Age  uint
}

Jump to

Keyboard shortcuts

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