Documentation
¶
Overview ¶
Package model is a generated protocol buffer package.
It is generated from these files:
locs.proto
It has these top-level messages:
Locs
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthLocs = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowLocs = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type ArgFeedBack ¶
type ArgFeedBack struct { Mid int64 `json:"mid,omitempty"` UUID string `json:"uuid,omitempty"` IP string `json:"ip,omitempty"` Type int8 `json:"type,omitempty"` Ts int64 `json:"ts"` }
ArgFeedBack arg feedback.
type Expection ¶
type Expection struct { IP uint64 `json:"ip"` Time time.Time `json:"time"` FeedBack int8 `json:"feedback"` }
Expection is user expection record.
type Log ¶
type Log struct { Mid int64 `json:"mid,omitempty"` IP uint32 `json:"loginip"` Location string `json:"location"` LocationID int64 `json:"location_id,omitempty"` Time time.Time `json:"timestamp,omitempty"` Type int8 `json:"type,omitempty"` }
Log define user login log.
type Message ¶
type Message struct { Action string `json:"action"` Table string `json:"table"` New json.RawMessage `json:"new"` Old json.RawMessage `json:"old"` }
Message is databus message.
Click to show internal directories.
Click to hide internal directories.