Documentation
¶
Overview ¶
Copyright 2021 Fundación UNID
Copyright 2021 Fundación UNID ¶
Copyright 2021 Fundación UNID
Index ¶
Constants ¶
View Source
const (
GetPushTokensByUHCId = "/api/v1/user/push/token/uhc/id"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PushTokenUHCController ¶
func (*PushTokenUHCController) GetPushTokensByUHCId ¶
func (pushTokenController *PushTokenUHCController) GetPushTokensByUHCId(uhcId string) (pushTokenResponse *models.PushTokensUHCResponse, err error)
type UsersService ¶
type UsersService struct {
PushTokenUHCController PushTokenUHCController
}
func (*UsersService) Initialize ¶
func (usersService *UsersService) Initialize(backendUrl string)
func (*UsersService) SetServiceToken ¶
func (usersService *UsersService) SetServiceToken(token string)
func (*UsersService) SetToken ¶
func (usersService *UsersService) SetToken(token string)
Click to show internal directories.
Click to hide internal directories.