model

package
v0.0.29 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SchemaConfig schema.Schema
View Source
var SchemaPackage schema.Schema
View Source
var SchemaSelfBuild schema.Schema

Functions

This section is empty.

Types

type Config

type Config struct {
	gorm.Model
	Key   string
	Value string
}

type Package

type Package struct {
	gorm.Model
	PkgPath        string
	CfgPath        string
	ImportPath     string
	BinaryPath     string
	Fingerprint    string
	CompileCommand []byte
}

type SelfBuild

type SelfBuild struct {
	gorm.Model
	Pkg    string
	Binary string
}

Jump to

Keyboard shortcuts

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