Files

9 lines
144 B
Go
Raw Permalink Normal View History

2025-05-28 23:05:52 +02:00
//go:build ignore
// +build ignore
package template
type Manager interface {
// Add all exported methods that the manager should implement
}