mirror of
https://github.com/smallnest/rpcx.git
synced 2025-09-27 04:26:26 +08:00
22 lines
382 B
Go
22 lines
382 B
Go
// Code generated by Thrift Compiler (0.14.0). DO NOT EDIT.
|
|
|
|
package testutils
|
|
|
|
import (
|
|
"bytes"
|
|
"context"
|
|
"fmt"
|
|
"github.com/apache/thrift/lib/go/thrift"
|
|
"time"
|
|
)
|
|
|
|
// (needed to ensure safety because of naive import list construction.)
|
|
var _ = thrift.ZERO
|
|
var _ = fmt.Printf
|
|
var _ = context.Background
|
|
var _ = time.Now
|
|
var _ = bytes.Equal
|
|
|
|
func init() {
|
|
}
|