Documentation ¶
Index ¶
Constants ¶
View Source
const (
MinimalSaptuneVersion = "v3.1.0"
)
Variables ¶
View Source
var ( ErrSaptuneVersionUnknown = errors.New("could not determine saptune version") ErrUnsupportedSaptuneVer = errors.New("saptune version is not supported") )
Functions ¶
This section is empty.
Types ¶
type Saptune ¶
type Saptune struct { Version string IsJSONSupported bool // contains filtered or unexported fields }
func NewSaptune ¶
func NewSaptune(commandExecutor utils.CommandExecutor) (Saptune, error)
Click to show internal directories.
Click to hide internal directories.