...

Source file src/go.formulabun.club/replays/staff/server/go/impl.go

Documentation: go.formulabun.club/replays/staff/server/go

     1  /*
     2   * GoBun replay download
     3   *
     4   * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
     5   *
     6   * API version: 0.0.1
     7   * Generated by: OpenAPI Generator (https://openapi-generator.tech)
     8   */
     9  
    10  package openapi
    11  
    12  import "io"
    13  
    14  // ImplResponse response defines an error code with the associated body
    15  type ImplResponse struct {
    16  	Code     int
    17  	Body     io.Reader
    18  	Filename string
    19  }
    20  

View as plain text