models

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: May 13, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Args

type Args struct {
	Name        string `yaml:"name"`
	Value       string `yaml:"value"`
	Description string `yaml:"description"`
}

type Command

type Command struct {
	Cmd         string   `yaml:"cmd"`
	Description string   `yaml:"description"`
	Args        []Args   `yaml:"args"`
	Directories []string `yaml:"directories"`
	Files       []string `yaml:"files"`
}

type Config

type Config struct {
	Default string `yaml:"default"`
}

type Create

type Create struct {
	Directories []string `yaml:"directories"`
	Files       []string `yaml:"files"`
}

type Module

type Module struct {
	Create   Create    `yaml:"create"`
	Commands []Command `yaml:"commands"`
	Resource string    `yaml:"resource"`
}

type OdinConfig

type OdinConfig struct {
	Config Config `yaml:"config"`
}

type ProjectConfig

type ProjectConfig struct {
	Pkg string
}

Jump to

Keyboard shortcuts

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