Documentation ¶
Overview ¶
yaac_backend is the package containing all backend functionality for the yaac protoype
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct {
MVVM mvvm
}
func (*Backend) GetResponse ¶
func (b *Backend) GetResponse(input yaac_shared.EmailData) string
GetResponse is the public exposed function to return the email data with given credentials
func (*Backend) StartGoCV ¶
Performs a warp-perspective transform on the image under image_path
Input: image_path string -> Path to the image in the FS Output: (string, bool) string -> Depends on bool true -> Path to the transormed image in the FS false -> Error Message bool -> If the trasnformation was successfull
Click to show internal directories.
Click to hide internal directories.