Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Auth LOGIN_ENDPOINT string = "/api/v1/users/login" REGISTER_ENDPOINT string = "/api/v1/users/register" // Data CREATE_CONNECTION_ENDPOINT string = "/api/v1/files/connect" SAVE_DATA_ENDPOINT string = "/api/v1/files/{uuid:[a-z0-9-]{36}}/save" GET_DATA_ENDPOINT string = "/api/v1/files/{uuid:[a-z0-9-]{36}}/get" GET_DATA_SUM_ENDPOINT string = "/api/v1/files/{uuid:[a-z0-9-]{36}}/sum" )
Variables ¶
View Source
var (
ErrFailedStartServer error = errors.New("failed to start server")
)
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.