proto

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExistsMembersResponse

type ExistsMembersResponse struct {
	Members string `json:"members"`
}

type JoinRoomRequest

type JoinRoomRequest struct {
	Nickname string `json:"nickname"`
}

type LoginRequest

type LoginRequest struct {
	Nickname string `json:"nickname"`
}

type LoginResponse

type LoginResponse struct {
	Code int `json:"code"`
}

type NewUserBroadcast

type NewUserBroadcast struct {
	Content string `json:"content"`
}

type SyncMessage

type SyncMessage struct {
	Name    string `json:"name"`
	Content string `json:"content"`
}

type UserBalanceResponse

type UserBalanceResponse struct {
	CurrentBalance int64 `json:"currentBalance"`
}

Jump to

Keyboard shortcuts

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