9 lines
137 B
Go
Raw Normal View History

2024-03-31 20:09:20 +08:00
package oplog
import "github.com/loveuer/nfflow/internal/model"
type OpLog struct {
Type model.OpLogType
Content map[string]any
}