Documentation ¶
Index ¶
- func AdminCountUsers() (int64, error)
- func AdminGetAllUsers() ([]*models.UserEntity, error)
- func AdminGetClientByClientID(clientID string) (*models.ClientEntity, error)
- func AdminGetServerByServerID(serverID string) (*models.ServerEntity, error)
- func CheckUserNameAndEmail(userName, email string) error
- func CheckUserPassword(userNameOrEmail, password string) (bool, models.UserInfo, error)
- func CountCerts() (int64, error)
- func CountClients(userInfo models.UserInfo) (int64, error)
- func CountClientsWithKeyword(userInfo models.UserInfo, keyword string) (int64, error)
- func CountConfiguredClients(userInfo models.UserInfo) (int64, error)
- func CountConfiguredServers(userInfo models.UserInfo) (int64, error)
- func CountServers(userInfo models.UserInfo) (int64, error)
- func CountServersWithKeyword(userInfo models.UserInfo, keyword string) (int64, error)
- func CreateClient(userInfo models.UserInfo, client *models.ClientEntity) error
- func CreateServer(userInfo models.UserInfo, server *models.ServerEntity) error
- func CreateUser(user *models.UserEntity) error
- func DeleteClient(userInfo models.UserInfo, clientID string) error
- func DeleteServer(userInfo models.UserInfo, serverID string) error
- func GenX509Info(template *x509.Certificate) (certPem []byte, keyPem []byte, err error)
- func GetAllClients(userInfo models.UserInfo) ([]*models.ClientEntity, error)
- func GetClientByClientID(userInfo models.UserInfo, clientID string) (*models.ClientEntity, error)
- func GetDefaultKeyPair() (keyPem []byte, certPem []byte, err error)
- func GetDefaultServer() (*models.ServerEntity, error)
- func GetServerByServerID(userInfo models.UserInfo, serverID string) (*models.ServerEntity, error)
- func GetUserByUserID(userID int) (*models.UserEntity, error)
- func GetUserByUserName(userName string) (*models.UserEntity, error)
- func InitCert(template *x509.Certificate) credentials.TransportCredentials
- func InitDefaultServer(serverIP string)
- func ListClients(userInfo models.UserInfo, page, pageSize int) ([]*models.ClientEntity, error)
- func ListClientsWithKeyword(userInfo models.UserInfo, page, pageSize int, keyword string) ([]*models.ClientEntity, error)
- func ListServers(userInfo models.UserInfo, page, pageSize int) ([]*models.ServerEntity, error)
- func ListServersWithKeyword(userInfo models.UserInfo, page, pageSize int, keyword string) ([]*models.ServerEntity, error)
- func UpdateClient(userInfo models.UserInfo, client *models.ClientEntity) error
- func UpdateDefaultServer(c *models.Server) error
- func UpdateServer(userInfo models.UserInfo, server *models.ServerEntity) error
- func UpdateUser(userInfo models.UserInfo, user *models.UserEntity) error
- func ValidateClientSecret(clientID, clientSecret string) (*models.ClientEntity, error)
- func ValidateServerSecret(serverID string, secret string) (*models.ServerEntity, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AdminCountUsers ¶
func AdminGetAllUsers ¶
func AdminGetAllUsers() ([]*models.UserEntity, error)
func AdminGetClientByClientID ¶
func AdminGetClientByClientID(clientID string) (*models.ClientEntity, error)
func AdminGetServerByServerID ¶
func AdminGetServerByServerID(serverID string) (*models.ServerEntity, error)
func CheckUserNameAndEmail ¶
func CheckUserPassword ¶
func CountCerts ¶
func CountClientsWithKeyword ¶ added in v0.0.24
func CountServersWithKeyword ¶ added in v0.0.24
func CreateClient ¶
func CreateClient(userInfo models.UserInfo, client *models.ClientEntity) error
func CreateServer ¶
func CreateServer(userInfo models.UserInfo, server *models.ServerEntity) error
func CreateUser ¶
func CreateUser(user *models.UserEntity) error
func GenX509Info ¶
func GenX509Info(template *x509.Certificate) (certPem []byte, keyPem []byte, err error)
func GetAllClients ¶
func GetAllClients(userInfo models.UserInfo) ([]*models.ClientEntity, error)
func GetClientByClientID ¶
func GetDefaultKeyPair ¶
func GetDefaultServer ¶
func GetDefaultServer() (*models.ServerEntity, error)
func GetServerByServerID ¶
func GetUserByUserID ¶
func GetUserByUserID(userID int) (*models.UserEntity, error)
func GetUserByUserName ¶
func GetUserByUserName(userName string) (*models.UserEntity, error)
func InitCert ¶
func InitCert(template *x509.Certificate) credentials.TransportCredentials
func InitDefaultServer ¶
func InitDefaultServer(serverIP string)
func ListClients ¶
func ListClientsWithKeyword ¶ added in v0.0.24
func ListServers ¶
func ListServersWithKeyword ¶ added in v0.0.24
func UpdateClient ¶
func UpdateClient(userInfo models.UserInfo, client *models.ClientEntity) error
func UpdateDefaultServer ¶
func UpdateServer ¶
func UpdateServer(userInfo models.UserInfo, server *models.ServerEntity) error
func UpdateUser ¶
func UpdateUser(userInfo models.UserInfo, user *models.UserEntity) error
func ValidateClientSecret ¶
func ValidateClientSecret(clientID, clientSecret string) (*models.ClientEntity, error)
func ValidateServerSecret ¶
func ValidateServerSecret(serverID string, secret string) (*models.ServerEntity, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.