propertystore

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2022 License: MIT Imports: 4 Imported by: 7

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(db *db.DB) property.Store

Types

type Property

type Property struct {
	Key       string         `gorm:"size:64;PRIMARY_KEY"`
	Value     property.Value `gorm:"type:varchar(256)"`
	UpdatedAt time.Time      `gorm:"precision:6"`
}

func (Property) TableName

func (Property) TableName() string

Jump to

Keyboard shortcuts

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