Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigPath string = env.GetEnvOrDefault("MAKOTO_PATH", configdir.LocalConfig("makoto"))
Functions ¶
Types ¶
type KPC_DB_Entry ¶
type KPC_DB_Entry struct { Name string `storm:"id"` // primary key with auto increment KPC kpc.KPC // name is combined with version }
func All ¶
func All() []KPC_DB_Entry
func Compare ¶
func Compare(name, compair string) *KPC_DB_Entry
func Get ¶
func Get(name, version string) *KPC_DB_Entry
func Latest ¶
func Latest(name string) *KPC_DB_Entry
Click to show internal directories.
Click to hide internal directories.