basic account creation flow created
This commit is contained in:
@@ -10,6 +10,18 @@ import (
|
||||
type (
|
||||
Response interface {
|
||||
Status(int) Response
|
||||
HXPushURL(string) Response
|
||||
HXLocation(string) Response
|
||||
HXPushUrl(string) Response
|
||||
HXRedirect(string) Response
|
||||
HXRefresh(string) Response
|
||||
HXReplaceUrl(string) Response
|
||||
HXReswap(string) Response
|
||||
HXRetarget(string) Response
|
||||
HXReselect(string) Response
|
||||
HXTrigger(string) Response
|
||||
HXTriggerAfterSettle(string) Response
|
||||
HXTriggerAfterSwap(string) Response
|
||||
Redirect(code redirect.Code, to string) Response
|
||||
Body(io.ReadCloser) Response
|
||||
HTML([]byte) Response
|
||||
@@ -21,6 +33,7 @@ type (
|
||||
GetRedirect() (code redirect.Code, to string, ok bool)
|
||||
getCookies() []http.Cookie
|
||||
getContentType() (contentType string, ok bool)
|
||||
getHeaders() [][2]string
|
||||
|
||||
wrap(Response) Response
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user