Discover Packages
github.com/townland/civiliango
package
module
Version:
v0.0.2-zeta
Opens a new window with list of versions in this module.
Published: Nov 2, 2021
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
README
README
¶
Expand ▾
Collapse ▴
Documentation
¶
type Building struct {
Home string `json:"home"`
Room string `json:"room"`
}
func DataFromMap(data interface{}) Data
func (data Data ) ToJson(to interface{}) (err error )
type ReciveMail struct {
At int64 `json:"at"`
UUID string `json:"uuid"`
Guest bool `json:"guest"`
From Building `json:"from"`
Data Data `json:"data"`
}
type SendMail struct {
Event string `json:"event"`
To Building `json:"to"`
Data Data `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.