mirror of
https://github.com/netbirdio/management-refactor.git
synced 2026-05-22 17:12:59 -07:00
9 lines
144 B
Go
9 lines
144 B
Go
//go:build ignore
|
|
// +build ignore
|
|
|
|
package template
|
|
|
|
type Manager interface {
|
|
// Add all exported methods that the manager should implement
|
|
}
|