internal

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 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 InstalledFileConfig

type InstalledFileConfig struct {
	AdminGroupReadable bool `yaml:"adminGroupReadable"`
	AdminGroupWritable bool `yaml:"adminGroupWritable"`
	Executable         bool
}

type LocalConfig

type LocalConfig struct {
	AdminGroup  string `yaml:"adminGroup"`
	BindAddress string `yaml:"bindAddress"`
	Join        struct {
		Server string `yaml:"server"`
		Token  string `yaml:"token"`
	} `yaml:"join"`
}

type PackageConfig

type PackageConfig struct {
	Id                string
	Name              string
	Version           string
	BuildTime         int64  `yaml:"buildTime"`
	SystemControlName string `yaml:"systemControlName"`

	FilePermissions map[string]InstalledFileConfig `yaml:"filePermissions"`
	Files           map[string]string
}

type SystemConfig

type SystemConfig struct {
}

Jump to

Keyboard shortcuts

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