9 lines
118 B
Go
Raw Permalink Normal View History

2024-07-11 16:37:26 +08:00
package oplog
import "ultone/internal/model"
type OpLog struct {
Type model.OpLogType
Content map[string]any
}