2024-03-31 20:09:20 +08:00

9 lines
137 B
Go

package oplog
import "github.com/loveuer/nfflow/internal/model"
type OpLog struct {
Type model.OpLogType
Content map[string]any
}