nidus-sync/html/content.go

8 lines
96 B
Go
Raw Permalink Normal View History

package html
type Content[T any] struct {
C T
Config ContentConfig
URL ContentURL
}