dto

package
v0.0.0-...-b79fb73 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Id

type Id struct {
	Id uint32 `json:"id"`
}

type Message

type Message struct {
	Sender string   `json:"sender"`
	Text   string   `json:"text"`
	Phones []string `json:"phones"`
}

type MessageStatus

type MessageStatus struct {
	Id       uint32            `json:"id"`
	Sender   string            `json:"sender"`
	Text     string            `json:"text"`
	Statuses []RecipientStatus `json:"statuses"`
}

type RecipientStatus

type RecipientStatus struct {
	Phone  string `json:"phone"`
	Status string `json:"status"`
}

Jump to

Keyboard shortcuts

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