alibaba/kt-connect

View on GitHub
pkg/router/type.go

Summary

Maintainability
A
0 mins
Test Coverage
package router

type KtConf struct {
    Service  string
    Ports    [][]string
    Header   string
    Versions []string
}