package
Version:
v0.0.0-...-57791d6
Opens a new window with list of versions in this module.
Published: Dec 26, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
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.