Documentation ¶
Index ¶
- func ClerkRoute(router fiber.Router, g *global.Context)
- func ConversationsRoute(router fiber.Router, g *global.Context)
- func CryptRoute(api fiber.Router)
- func FriendsRoute(router fiber.Router, g *global.Context)
- func ProfilesRoute(router fiber.Router, g *global.Context)
- type ConversationExists
- type DeleteFriendRequest
- type GetSharedKeyBody
- type IDList
- type IsAdded
- type NewConversationBody
- type ReturnSharedKey
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClerkRoute ¶
func ConversationsRoute ¶
func CryptRoute ¶
func CryptRoute(api fiber.Router)
func FriendsRoute ¶
func ProfilesRoute ¶
Types ¶
type ConversationExists ¶
type ConversationExists struct {
Found bool `json:"found"`
}
type DeleteFriendRequest ¶
type DeleteFriendRequest struct {
ID uint64 `json:"id"`
}
type GetSharedKeyBody ¶
type GetSharedKeyBody struct {}
type NewConversationBody ¶
type ReturnSharedKey ¶
type ReturnSharedKey struct {
} Click to show internal directories.
Click to hide internal directories.