Files
revsuit/pkg/rmi/config.go
T

7 lines
64 B
Go

package rmi
type Config struct {
Enable bool
Addr string
}