drone/internal/gitrpc/config.go

7 lines
77 B
Go

package gitrpc
type Config struct {
RepoRoot string
RPCAddress string
}