package
0.0.0-20250124190227-bd3441abab7d
Repository: https://github.com/bryopsida/go-grpc-server-template.git
Documentation: pkg.go.dev

# Constants

ErrMsgNotFound is the error message for when a resource is not found.
ErrMsgSaveFailed is the error message for when a save operation fails.

# Variables

ErrNotFound is an error for when a resource is not found.
ErrSaveFailed is an error for when a save operation fails.

# Structs

Number is a struct to represent a number.

# Interfaces

GrpcServer is an interface for gRPC server.
IConfig is an interface for configuration.
INumberRepository is an interface for number repositories.