exposedstructs

package
v0.0.0-...-964c2da Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2020 License: GPL-3.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 Dependencies

type Dependencies struct {
	Dependencies                     []string `json:"dependencies"`
	AddDependencies                  []string `json:"add_dependencies"`
	AddDependenciesSet               []string `json:"add_dependencies_set"`
	ReverseDependencies              []string `json:"rev_dependencies"`
	ReverseAdditionalDependencies    []string `json:"rev_add_dependencies"`
	ReverseAdditionalDependenciesSet []string `json:"rev_add_dependencies_set"`
}

type ServiceInfo

type ServiceInfo struct {
	Name         string       `json:"name"`
	Running      bool         `json:"runing"`
	Dependencies Dependencies `json:"dependencies"`
	Builtin      bool         `json:"builtin"`
}

Jump to

Keyboard shortcuts

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