5 lines
51 B
Go
5 lines
51 B
Go
|
package container
|
||
|
|
||
|
type ProbeService interface {
|
||
|
}
|