10 lines
174 B
Go
10 lines
174 B
Go
package config
|
|
|
|
import models "github.com/pojntfx/stfs/internal/db/sqlite/models/metadata"
|
|
|
|
type HeaderEvent struct {
|
|
Type string
|
|
Indexed bool
|
|
Header *models.Header
|
|
}
|