Documentation
¶
Index ¶
Constants ¶
View Source
const ( BodyTypeJSON = "application/json" BodyTypeForm = "application/x-www-form-urlencoded" BodyTypeText = "text/plain" )
Variables ¶
This section is empty.
Functions ¶
func CheckBodyParam ¶
CheckBodyParam checks if the body parameter is provided in JSON or file format.
Types ¶
type Bar ¶
type Bar struct {
// contains filtered or unexported fields
}
Bar represents a thread-safe progress bar.
type TimeBar ¶
type TimeBar struct {
// contains filtered or unexported fields
}
TimeBar represents a thread-safe time-based progress bar.
func NewTimeBar ¶
NewTimeBar returns a new time-based progress bar with the given duration.
Click to show internal directories.
Click to hide internal directories.