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 sql.NullString Questions queries_types.QuestionsDB BanUrl sql.NullBool BanQuestion sql.NullBool BanTimeout sql.NullInt32 }
type GetGroupRow ¶
type GetGroupRow struct { BanQuestion sql.NullBool BanUrl sql.NullBool Greeting sql.NullString Questions queries_types.QuestionsDB BanTimeout sql.NullInt32 }
type Group ¶
type Group struct { // id. ID int64 // Greeting. Greeting sql.NullString // Questions and answers. Questions queries_types.QuestionsDB // Ban by postings urls and forwards. BanUrl sql.NullBool // Ban by question. BanQuestion sql.NullBool // Ban delay after question BanTimeout sql.NullInt32 }
Group data.
Click to show internal directories.
Click to hide internal directories.