Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateOrUpdateGroupParams ¶
type CreateOrUpdateGroupParams struct { ID int64 Greeting nan.NullString Questions queries_types.QuestionsDB BanUrl nan.NullBool BanQuestion nan.NullBool BanTimeout nan.NullInt32 IgnoreDomain []string }
type GetGroupRow ¶
type GetGroupRow struct { BanQuestion nan.NullBool BanUrl nan.NullBool Greeting nan.NullString Questions queries_types.QuestionsDB BanTimeout nan.NullInt32 IgnoreDomain []string }
type Group ¶
type Group struct { // id. ID int64 // Greeting. Greeting nan.NullString // Questions and answers. Questions queries_types.QuestionsDB // Ban by postings urls and forwards. BanUrl nan.NullBool // Ban by question. BanQuestion nan.NullBool // Ban delay after question BanTimeout nan.NullInt32 IgnoreDomain []string }
Group data.
Click to show internal directories.
Click to hide internal directories.