Documentation ¶
Index ¶
Constants ¶
View Source
const Namespace = "opni"
Variables ¶
View Source
var ErrInvalidURN = errors.New("invalid URN")
Functions ¶
This section is empty.
Types ¶
type OpniURN ¶
type OpniURN struct { Namespace string Type UpdateType Strategy string Component string }
func NewOpniURN ¶
func NewOpniURN(updateType UpdateType, strategy, component string) OpniURN
func ParseString ¶
type UpdateType ¶
type UpdateType string
const ( Plugin UpdateType = "plugin" Agent UpdateType = "agent" )
func AllUpdateTypes ¶
func AllUpdateTypes() []UpdateType
Click to show internal directories.
Click to hide internal directories.