Home
last modified time | relevance | path

Searched refs:NoBBLStateError (Results 1 – 2 of 2) sorted by relevance

/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/commands/
H A Dhelpers.go29 type NoBBLStateError struct { struct
33 func NewNoBBLStateError(dir string) NoBBLStateError {
34 return NoBBLStateError{dir: dir}
37 func (e NoBBLStateError) Error() string { argument
41 func (e NoBBLStateError) String() string { argument
H A Ddestroy.go56 if _, ok := err.(NoBBLStateError); ok {