Files
crawlab/core/interfaces/translation.go
2024-06-14 15:42:50 +08:00

6 lines
73 B
Go

package interfaces
type Translation interface {
GetLang() (l string)
}