# Functions
NewArticleServiceClient constructs a client for the ArticleService service.
NewArticleServiceHandler builds an HTTP handler from the service implementation.
# Constants
ArticleServiceCreateProcedure is the fully-qualified name of the ArticleService's Create RPC.
ArticleServiceDeleteProcedure is the fully-qualified name of the ArticleService's Delete RPC.
ArticleServiceFindProcedure is the fully-qualified name of the ArticleService's Find RPC.
ArticleServiceName is the fully-qualified name of the ArticleService service.
ArticleServiceSearchProcedure is the fully-qualified name of the ArticleService's Search RPC.
ArticleServiceUpdateProcedure is the fully-qualified name of the ArticleService's Update RPC.
# Structs
UnimplementedArticleServiceHandler returns CodeUnimplemented from all methods.
# Interfaces
ArticleServiceClient is a client for the ArticleService service.
ArticleServiceHandler is an implementation of the ArticleService service.