v1

package
v1.7.3 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseModel

type BaseModel struct {
	ApiVersion string    `json:"apiVersion"`
	Kind       string    `json:"kind"`
	CreateAt   time.Time `json:"createAt" storm:"index"`
	UpdateAt   time.Time `json:"updateAt" storm:"index"`
	BuiltIn    bool      `json:"builtIn"`
	CreatedBy  string    `json:"createdBy"`
}

type Metadata

type Metadata struct {
	Name        string `json:"name" storm:"unique" `
	Description string `json:"description"`
	UUID        string `json:"uuid" storm:"id,index,unique"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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