db

package
v0.0.0-...-9a91ec2 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2021 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Mgr

func Mgr() manager

func NewCredentialRepository

func NewCredentialRepository() credentialRepository

Types

type Credential

type Credential struct {
	ID        int
	ItemName  string `gorm:"unique;not null" csv:"item_name"`
	UserName  string `csv:"user_name"`
	Password  string `csv:"password"`
	Tag       string `csv:"tag"`
	CreatedAt time.Time
	UpdateAt  sql.NullTime
}

type Credentials

type Credentials []Credential

Jump to

Keyboard shortcuts

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