Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RxEmail = regexp.MustCompile("^[a-zA-Z0-9.!#$%&'*+\\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$")
RxEmail is a regex used to validate e-mail addresses, according with the reference https://www.alexedwards.net/blog/validation-snippets-for-go#email-validation. It's free to use under the [MIT Licence](https://opensource.org/licenses/MIT)
Functions ¶
func NewKYCStatusPostResponse ¶
func NewKYCStatusPostResponse() *kycPostResponse
Types ¶
type DeleteHandler ¶
func (DeleteHandler) ServeHTTP ¶
func (h DeleteHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type GetDetailHandler ¶
func (GetDetailHandler) ServeHTTP ¶
func (h GetDetailHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type PostHandler ¶
func (PostHandler) ServeHTTP ¶
func (h PostHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.