# 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.