Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RegexRequestModel ¶
RegexRequestModel ...
type RegexResponseModel ¶
type RegexResponseModel struct {
Matches []string `json:"matches"`
}
RegexResponseModel ...
type SimpleResponse ¶
type SimpleResponse struct {
Message string `json:"message"`
}
SimpleResponse ...
Click to show internal directories.
Click to hide internal directories.