Files
stfs/pkg/config/events.go
T

8 lines
91 B
Go

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