Documentation ¶
Overview ¶
templ: version: v0.2.747
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoginRequest ¶
type LoginRequest struct {
URL string `json:"url"`
}
type LoginResponse ¶
type LoginResponse struct {
Session string
}
func Login ¶
func Login(ctx context.Context, req LoginRequest) (*LoginResponse, error)
Click to show internal directories.
Click to hide internal directories.