func (c *gaiaClient) SyncCheck(ctx context.Context, in *SyncCheckRequest, opts ...grpc.CallOption) (*SyncCheckResponse, error) {
    out := new(SyncCheckResponse)
    err := c.cc.Invoke(ctx, "/Gaia/SyncCheck", in, out, opts...)
    if err != nil {
        return nil, err