ktrans

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2021 License: MIT Imports: 12 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SearchForKtrans

func SearchForKtrans() (error, string)

func Version

func Version() string

Types

type Ktrans

type Ktrans struct {
	PathToKtrans      string `json:"ktrans" yaml:"ktrans"`
	Output            string `json:"output,omitempty" yaml:"output,omitempty"`
	Input             string `json:"input" yaml:"input"`
	Version           string `json:"version" yaml:"version"`
	ConfigurationFile string `json:"robot,omitempty" yaml:"robot,omitempty"`

	L bool `json:"list,omitempty" yaml:"list,omitempty"`
	R bool `json:"routine,omitempty" yaml:"routine,omitempty"`
	Q bool `json:"pause,omitempty" yaml:"pause,omitempty"`
	D bool `json:"display,omitempty" yaml:"display,omitempty"`
}

func FromJSON

func FromJSON(json_str []byte) (error, *Ktrans)

func FromYAML

func FromYAML(yml_str []byte) (error, *Ktrans)

func Init

func Init() *Ktrans

func (*Ktrans) Cmd

func (this *Ktrans) Cmd() []byte

Cmd This method builds the

func (*Ktrans) ToJSON

func (this *Ktrans) ToJSON() (error, []byte)

func (*Ktrans) ToYAML

func (this *Ktrans) ToYAML() (error, []byte)

Jump to

Keyboard shortcuts

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