github.com/imgk/caddy-trojan@v0.0.0-20221206043256-2631719e16c8/app/other.go (about)

     1  package app
     2  
     3  // Traffic is ...
     4  type Traffic struct {
     5  	// Up is ...
     6  	Up int64 `json:"up"`
     7  	// Down is ...
     8  	Down int64 `json:"down"`
     9  }