Categorygithub.com/dhnikolas/entities-http-proto
modulepackage
0.0.2
Repository: https://github.com/dhnikolas/entities-http-proto.git
Documentation: pkg.go.dev

# README

Generate go.pb from proto file with grpc-gateway, validation and swagger https://hub.docker.com/repository/docker/dhnikolas/proto-go-gw

docker run --rm --name=proto -v `pwd`:/build dhnikolas/proto-go-gw:latest

# Packages

Code generated for package swagger by go-bindata DO NOT EDIT.

# Functions

No description provided by the author
RegisterEntitiesHandler registers the http handlers for service Entities to "mux".
RegisterEntitiesHandlerClient registers the http handlers for service Entities to "mux".
RegisterEntitiesHandlerFromEndpoint is same as RegisterEntitiesHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterEntitiesHandlerServer registers the http handlers for service Entities to "mux".
No description provided by the author

# Variables

Entities_ServiceDesc is the grpc.ServiceDesc for Entities service.
No description provided by the author

# Structs

No description provided by the author
EventsResponseValidationError is the validation error returned by EventsResponse.Validate if the designated constraints aren't met.
No description provided by the author
No description provided by the author
FilterParamValidationError is the validation error returned by FilterParam.Validate if the designated constraints aren't met.
FilterValidationError is the validation error returned by Filter.Validate if the designated constraints aren't met.
No description provided by the author
InfoResponseValidationError is the validation error returned by InfoResponse.Validate if the designated constraints aren't met.
No description provided by the author
ItemValidationError is the validation error returned by Item.Validate if the designated constraints aren't met.
No description provided by the author
No description provided by the author
MetaRequestValidationError is the validation error returned by MetaRequest.Validate if the designated constraints aren't met.
No description provided by the author
MetaResponseValidationError is the validation error returned by MetaResponse.Validate if the designated constraints aren't met.
MetaValidationError is the validation error returned by Meta.Validate if the designated constraints aren't met.
No description provided by the author
ResponseValidationError is the validation error returned by Response.Validate if the designated constraints aren't met.
UnimplementedEntitiesServer must be embedded to have forward compatible implementations.

# Interfaces

EntitiesClient is the client API for Entities service.
EntitiesServer is the server API for Entities service.
UnsafeEntitiesServer may be embedded to opt out of forward compatibility for this service.

# Type aliases

EventsResponseMultiError is an error wrapping multiple validation errors returned by EventsResponse.ValidateAll() if the designated constraints aren't met.
FilterMultiError is an error wrapping multiple validation errors returned by Filter.ValidateAll() if the designated constraints aren't met.
FilterParamMultiError is an error wrapping multiple validation errors returned by FilterParam.ValidateAll() if the designated constraints aren't met.
InfoResponseMultiError is an error wrapping multiple validation errors returned by InfoResponse.ValidateAll() if the designated constraints aren't met.
ItemMultiError is an error wrapping multiple validation errors returned by Item.ValidateAll() if the designated constraints aren't met.
MetaMultiError is an error wrapping multiple validation errors returned by Meta.ValidateAll() if the designated constraints aren't met.
MetaRequestMultiError is an error wrapping multiple validation errors returned by MetaRequest.ValidateAll() if the designated constraints aren't met.
MetaResponseMultiError is an error wrapping multiple validation errors returned by MetaResponse.ValidateAll() if the designated constraints aren't met.
ResponseMultiError is an error wrapping multiple validation errors returned by Response.ValidateAll() if the designated constraints aren't met.