github.com/laof/lite-speed-test@v0.0.0-20230930011949-1f39b7037845/core/config.go (about)

     1  package core
     2  
     3  type Config struct {
     4  	LocalHost string
     5  	LocalPort int
     6  	Link      string
     7  	Ping      int
     8  }