Documentation
¶
Index ¶
- func AccountSignup(accountName string, email string, password string) error
- func CreateAgent(accountIdStr string, agentName string, port int, memory int64) error
- func GenerateUserTwoFASecret(accountIdStr string, userIdStr string) (string, error)
- func GetAccountSession(sessionIdStr string) (models.AccountSessions, error)
- func GetAllAgents(accountIdStr string) ([]models.Agents, error)
- func GetAllUsers(accountIdStr string) ([]models.Users, error)
- func GetMyUser(accountIdStr string, userIdStr string) (models.Users, error)
- func LoginAccountUser(email string, password string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAgent ¶
func GenerateUserTwoFASecret ¶ added in v1.0.10
func GetAccountSession ¶
func GetAccountSession(sessionIdStr string) (models.AccountSessions, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.