import "github.com/leveros/leveros"
Path | Synopsis |
---|---|
admin | Package admin provides as implementation for Lever OS's admin service. |
api | Package api provides Lever OS libraries for both implementing Lever services in Go and invoking Lever methods, as a client. |
api/admin | Package admin provides convenience function for interacting with the admin service. |
apiserver | Package apiserver provides a HTTP gateway for invoking Lever methods without the use of a gRPC client. |
cmd | Package cmd contains main subpackages for the various binaries built as part of Lever OS. |
cmd/adminservice | Package main runs the admin service. |
cmd/inittables | Package main initializes Lever OS's database. |
cmd/lever | |
cmd/leveroshost | Package main runs a Lever OS host. |
cmd/uploadconfig | Package main uploads a config file to consul. |
config | Package config provides configuration flags. |
core | Package core provides common utilities to be used throughout various Lever binaries and libraries. |
devlogger | Package devlogger provides an implementation of a syslog server to be used for dev environments. |
dockerutil | Package dockerutil provides Docker-related utility functions. |
fleettracker | Package fleettracker provides an implementation of a service that receives live usage metrics of Lever services and automatically adjusts the number of instances for the service. |
host | Package host contains the core implementation for a Lever OS host. |
hostman | Package hostman provides utilities for managing Lever instances and Lever resources running on the same node. |
http2stream | Package http2stream provides an implementation of an HTTP/2 server and client that allows piping streams (useful for creating proxies). |
leverutil | Package leverutil provides general utility functions that are not specific to Lever. |
scale | Package scale provides utility functions for internal service and resource discovery, management and access. |
store | |
systemtest | |
systemtest/basictestservice |
Updated 2019-12-28. Refresh now. Tools for package owners.