Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Comment ¶
type Comment struct { ID int `json:"id"` FromID int `json:"from_id"` Date int `json:"date"` Text string `json:"text"` PostID int `json:"post_id"` OwnerID int `json:"owner_id"` }
Comment describes comment.
type HeuristicPersonNonGrataRule ¶
type HeuristicPersonNonGrataRule struct { Name *string `toml:"name"` BirthDate *string `toml:"birth_date"` }
HeuristicPersonNonGrataRule describes person non grata rule.
type HeuristicRules ¶
type HeuristicRules struct {
PersonNonGrata []HeuristicPersonNonGrataRule `toml:"person_non_grata"`
}
HeuristicRules describes heuristic rules.
Click to show internal directories.
Click to hide internal directories.