certificates

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2017 License: MIT Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Import

func Import(db *sql.DB, r io.Reader) error

func InsertCertCertsStmt

func InsertCertCertsStmt(tx *sql.Tx) (*sql.Stmt, error)

func InsertCertSkillsStmt

func InsertCertSkillsStmt(tx *sql.Tx) (*sql.Stmt, error)

Types

type Certificate

type Certificate struct {
	Description    string
	GroupID        int64 `yaml:"groupID"`
	Name           string
	RecommendedFor []int64                     `yaml:"recommendedFor"`
	SkillTypes     map[string]map[string]int64 `yaml:"skillTypes"`
}

Jump to

Keyboard shortcuts

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