package
Version:
v0.0.0-...-4e1a929
Opens a new window with list of versions in this module.
Published: Jan 20, 2025
License: MPL-2.0, Apache-2.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 GetResponse struct {
MaintainWindows []MaintainWindow `json:"maintain_windows"`
}
GetResponse response
type MaintainWindow struct {
ID int `json:"seq"`
Begin string `json:"begin"`
End string `json:"end"`
Default bool `json:"default"`
}
MaintainWindow for dms
Source Files
¶
Click to show internal directories.
Click to hide internal directories.