1
0
Fork 0
golang-github-nicholas-fedo.../pkg/services/standard/standard.go
Daniel Baumann c0c4addb85
Adding upstream version 0.8.9.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-22 10:16:14 +02:00

7 lines
142 B
Go

package standard
// Standard implements the Logger and Templater parts of the Service interface.
type Standard struct {
Logger
Templater
}