Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c08950c10a | ||
|
|
d691648916 | ||
|
|
8060cdb508 |
@@ -1,5 +1,8 @@
|
|||||||
package oplog
|
package oplog
|
||||||
|
|
||||||
|
type LogRequest struct {
|
||||||
|
Data []*LogItem `json:"data"`
|
||||||
|
}
|
||||||
type LogItem struct {
|
type LogItem struct {
|
||||||
OpID uint `json:"op_id"`
|
OpID uint `json:"op_id"`
|
||||||
OpName string `json:"op_name"`
|
OpName string `json:"op_name"`
|
||||||
|
|||||||
Reference in New Issue
Block a user