9 lines
117 B
Go
Raw Permalink Normal View History

2024-12-19 15:03:36 +08:00
package oplog
import "esway/internal/model"
type OpLog struct {
Type model.OpLogType
Content map[string]any
}