package
Version:
v0.0.0-...-dc60a2c
Opens a new window with list of versions in this module.
Published: Dec 20, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type User struct {
ID int64 `json:"id"`
Name string `json:"name"`
}
type UserMsg struct {
User User `json:"user"`
Msg string `json:"msg"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.