package
Version:
v2.21.3
Opens a new window with list of versions in this module.
Published: Apr 29, 2025
License: AGPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Invocation struct {
Command string `json:"command"`
Options []Option `json:"options"`
InvokedAt time.Time `json:"invoked_at"`
}
type Option struct {
Name string `json:"name"`
ValueSource string `json:"value_source"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.