Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BadRequestResponse ¶
type BadRequestResponse struct{}
type CreateRecordRequest ¶
type CreateRecordResponse ¶
type GetAllRecordsResponse ¶
type GetAllRecordsResponse struct { RecordsStored int64 `json:"records_stored"` UsersRegistered int64 `json:"users_registered"` Records map[string][]UsersRecord `json:"users"` }
type GetRecordResponse ¶
type GetUserRecordsResponse ¶
type GetUserRecordsResponse struct { Count int64 `json:"records_stored"` User string `json:"user"` Records []UsersRecord `json:"records,omitempty"` }
type UsersRecord ¶
type UsersRecord struct { ID int64 `json:"id"` MsgType string `json:"msg_type"` CreatedAt time.Time `json:"created_at"` }
func (*UsersRecord) String ¶
func (m *UsersRecord) String() string
Click to show internal directories.
Click to hide internal directories.