package
Version:
v0.0.0-...-b4a6059
Opens a new window with list of versions in this module.
Published: Nov 19, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ActionRoomModel struct {
ObjectId uuid.UUID `json:"objectId"`
OwnerUserId uuid.UUID `json:"ownerUserId"`
PrivateKey string `json:"privateKey"`
AccessKey string `json:"accessKey"`
Status int `json:"status"`
CreatedDate int64 `json:"created_date"`
}
type ActionVerifyModel struct {
AccessKey string `json:"accessKey"`
}
type CreateActionRoomModel struct {
ObjectId uuid.UUID `json:"objectId"`
OwnerUserId uuid.UUID `json:"ownerUserId"`
PrivateKey string `json:"privateKey"`
AccessKey string `json:"accessKey"`
Status int `json:"status"`
CreatedDate int64 `json:"created_date"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.