6 lines
84 B
Go
Raw Normal View History

2024-05-07 21:49:09 +03:00
package iface
type Integration interface {
GetTaskInfoText(input string) string
}