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