package
Version:
v0.0.0-...-fb2d283
Opens a new window with list of versions in this module.
Published: Apr 28, 2021
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Login string `toml:"login"`
Password string `toml:"password"`
API string `toml:"api"`
WebSite string `toml:"website"`
Medium string `toml:"medium"`
}
type Data struct {
Text string `json:"text,omitempty"`
}
type Parser interface {
}
func NewMediumResponse() Parser
Source Files
¶
Click to show internal directories.
Click to hide internal directories.