9 lines
124 B
Go
9 lines
124 B
Go
package webconnectivity
|
|
|
|
//
|
|
// Config
|
|
//
|
|
|
|
// Config contains webconnectivity experiment configuration.
|
|
type Config struct{}
|