Files
evening_detective_server/internal/modules/storytelling/dependency.go
T
2026-07-29 02:09:00 +07:00

7 lines
112 B
Go

package storytelling
type ICleaner interface {
ClearCode(code string) string
ClearText(text string) string
}