type golang.org/x/net/http2.GoAwayFrame

14 uses

	golang.org/x/net/http2 (current package)
		frame.go#L859: type GoAwayFrame struct {
		frame.go#L870: func (f *GoAwayFrame) DebugData() []byte {
		frame.go#L882: 	return &GoAwayFrame{
		frame.go#L1607: 	case *GoAwayFrame:
		server.go#L1423: 	case *GoAwayFrame:
		server.go#L1735: func (sc *serverConn) processGoAway(f *GoAwayFrame) error {
		transport.go#L250: 	goAway          *GoAwayFrame             // if non-nil, the GoAwayFrame we received
		transport.go#L723: func (cc *ClientConn) setGoAway(f *GoAwayFrame) {
		transport.go#L1859: 		case *GoAwayFrame:
		transport.go#L2323: func (rl *clientConnReadLoop) processGoAway(f *GoAwayFrame) error {

	google.golang.org/grpc/internal/transport
		http2_client.go#L1096: func (t *http2Client) handleGoAway(f *http2.GoAwayFrame) {
		http2_client.go#L1166: func (t *http2Client) setGoAwayReason(f *http2.GoAwayFrame) {
		http2_client.go#L1330: 		case *http2.GoAwayFrame:
		http2_server.go#L507: 		case *http2.GoAwayFrame: