8 lines
91 B
Go
8 lines
91 B
Go
package config
|
|
|
|
type HeaderEvent struct {
|
|
Type string
|
|
Indexed bool
|
|
Header *Header
|
|
}
|