// Code generated by protoc-gen-go-grpc-proxy. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc-proxy v1.2.0
// - protoc             (unknown)
// source: sys/api/locale/v1/locale.proto

package v1

import (
	context "context"
	grpc "google.golang.org/grpc"
)

// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
// Requires gRPC-Go v1.32.0 or later.
const _ = grpc.SupportPackageIsVersion7

var _ LocaleServiceServer = (*localeServiceClientProxy)(nil)

// localeServiceClientProxy is the proxy to turn LocaleService client to server interface.
type localeServiceClientProxy struct {
	cc LocaleServiceClient
}

func NewLocaleServiceClientProxy(cc LocaleServiceClient) LocaleServiceServer {
	return &localeServiceClientProxy{cc}
}

func (c *localeServiceClientProxy) ListMessages(ctx context.Context, in *ListMessageRequest) (*ListMessageReply, error) {
	return c.cc.ListMessages(ctx, in)
}
