Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithVersion ¶
func WithVersion(v string) opt
Types ¶
type RuntimeInfo ¶
type RuntimeInfo interface { GetName() string SetName(string) GetVersion() string SetVersion(string) }
func New ¶
func New(opts ...opt) RuntimeInfo
Click to show internal directories.
Click to hide internal directories.