enjin

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2023 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Name = "enjin-cli"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command struct {
	system.CCommand
}

func New

func New() (s *Command)

func (*Command) ExtraCommands

func (c *Command) ExtraCommands(app *cli.App) (commands []*cli.Command)

func (*Command) Init

func (c *Command) Init(this interface{})

type GotextData

type GotextData struct {
	Language string    `json:"language"`
	Messages []Message `json:"messages"`
}

type Message

type Message struct {
	Id                string `json:"id"`
	Key               string `json:"key"`
	Message           string `json:"message"`
	Translation       string `json:"translation"`
	TranslatorComment string `json:"translatorComment"`
	Fuzzy             bool   `json:"fuzzy,omitempty"`
}

Jump to

Keyboard shortcuts

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