package interfaces // Documenter interface type Documenter interface { Docs() string }