package
Version:
v0.0.0-...-ba645fd
Opens a new window with list of versions in this module.
Published: Jan 30, 2019
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 ChatroomServicer interface {
JoinRoom(app, roomID string) error
}
type Room struct {
ID string
MerchantID string
Name string
CreatedAt *time.Time `json:"created_at" db:"created_at"`
UpdatedAt *time.Time `json:"updated_at" db:"updated_at"`
}
Source Files
¶
Directories
¶
delivery
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.