mirror of
https://github.com/Li4n0/revsuit.git
synced 2026-09-22 06:40:43 +08:00
7 lines
64 B
Go
7 lines
64 B
Go
package rmi
|
|
|
|
type Config struct {
|
|
Enable bool
|
|
Addr string
|
|
}
|