package
Version:
v0.0.0-...-7253f33
Opens a new window with list of versions in this module.
Published: Oct 3, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type EtcdPutRequest struct {
Key string `json:"key" validate:"required,max=255"`
Value string `json:"value" validate:"required,max=255"`
}
type EtcdRangeRequest struct {
Key string `json:"key" validate:"required,max=255"`
RangeEnd string `json:"range_end" validate:"max=255"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.