Discover Packages
github.com/machinefi/w3bstream
_examples
easyjson
model
package
Version:
v0.9.4
Opens a new window with list of versions in this module.
Published: Nov 28, 2022
License: Apache-2.0
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
Documentation
¶
type School struct {
Name string `json:"school_name"`
Addr string `json:"school_addr"`
}
//go:generate easyjson -all student.go
type Student struct {
Id int `json:"id"`
Name string `json:"student_name"`
School School `json:"student_school"`
Birthday time .Time `json:"birthday"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.