package
0.1.5
Repository: https://github.com/robgonnella/ops.git
Documentation: pkg.go.dev

# Functions

NewService returns a new instance ServerService.
NewSqliteRepo returns a new ops sqlite db.

# Constants

SSHDisabled status when server has ssh disabled.
SSHEnabled status when server has ssh enabled.
StatusOffline status if server is offline.
StatusOnline status if server is online.
StatusUnknown unknown status for server.

# Structs

Server database model for a server.
ServerService represents our server.Service implementation.
SqliteRepo is our Repo implementation for sqlite.

# Interfaces

Repo interface for accessing stored servers.
Service interface for server related logic.

# Type aliases

SSHStatus represents possible server ssh statuses.
Status represents possible server statues.