model

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ModelTemplate = `package model

import (
	"time"
)

type {{.Name}} struct {
	ID uint
	CreatedAt time.Time
	UpdatedAt time.Time
}`
View Source
var PlainModelTemplate = `package model

type {{.Name}} struct {
}`

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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