db

package
v1.5.8 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetupCmdb

func SetupCmdb() error

Types

type Project

type Project struct {
	ID string `gorm:"column:id;type:varchar(255);primary_key" json:"id"`
	ProjectInfo
}

type ProjectInfo

type ProjectInfo struct {
	Project string `gorm:"column:project;type:varchar(255)" json:"project"`
	Product string `gorm:"column:product;type:varchar(255)" json:"product"`
	Profile string `gorm:"column:profile;type:varchar(255)" json:"profile"`
	Version string `gorm:"column:version;type:varchar(255)" json:"version"`
}

Jump to

Keyboard shortcuts

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