github.com/cantara/gober@v0.18.8/websocket/example/types.go (about) 1 package example 2 3 import "time" 4 5 type PongData struct { 6 Data string `json:"data"` 7 Sleep time.Duration `json:"sleep"` 8 }