8 lines
121 B
Go
Raw Permalink Normal View History

2024-10-23 17:46:15 +08:00
package interfaces
type OpLogger interface {
Enum
Render(content map[string]any) (string, error)
Template() string
}