Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleAdminLogLevel ¶
func HandleAdminLogLevel(w http.ResponseWriter, r *http.Request)
HandleAdminLogLevel handles requests to set the log level.
Types ¶
type ChangefeedResp ¶
type ChangefeedResp struct {
FeedState string `json:"state"`
TSO uint64 `json:"tso"`
Checkpoint string `json:"checkpoint"`
RunningError *model.RunningError `json:"error"`
}
ChangefeedResp holds the most common usage information for a changefeed
func (ChangefeedResp) MarshalJSON ¶
func (c ChangefeedResp) MarshalJSON() ([]byte, error)
MarshalJSON use to marshal ChangefeedResp
Click to show internal directories.
Click to hide internal directories.