model

package
v0.0.0-...-41b38f0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 26, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateNewConversationInput

type CreateNewConversationInput struct {
	Title          string      `json:"title"`
	RecipentIDList []entity.ID `json:"recipentIdList"`
	Text           *string     `json:"text"`
}

type CreateNewConversationPayload

type CreateNewConversationPayload struct {
	Conversation *entity.Conversation `json:"conversation"`
}

type PostMessageInput

type PostMessageInput struct {
	ConversationID entity.ID `json:"conversationId"`
	Text           string    `json:"text"`
}

type PostMessagePayload

type PostMessagePayload struct {
	Message *entity.Message `json:"message"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL