6 lines
83 B
Go
6 lines
83 B
Go
|
|
package secrets
|
||
|
|
|
||
|
|
type Warner interface {
|
||
|
|
Warnf(format string, a ...interface{})
|
||
|
|
}
|