package
Version:
v0.0.0-...-0751618
Opens a new window with list of versions in this module.
Published: Dec 23, 2021
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type File struct {
Name string `json:"name"`
Key string `json:"key"`
Size int64 `json:"size"`
Data []byte `json:"-"`
Reader io.Reader `json:"-"`
ModTime time.Time `json:"modification_time"`
}
type Message struct {
Key string `json:"access_key"`
Sender string `json:"sender"`
Recipient string `json:"recipient"`
Subject string `json:"subject"`
Content string `json:"content"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.