Files
stfs/pkg/config/events.go
2022-01-02 00:03:01 +01:00

8 lines
91 B
Go

package config
type HeaderEvent struct {
Type string
Indexed bool
Header *Header
}