package
0.0.0-20241216045509-4d80dbb7231b
Repository: https://github.com/waduhek/flagger.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ErrFetchFlagDetails is a GRPC error that is returned when an unknown error occurs while fetching flag details.
ErrIncorrectFlagDetailCount is a GRPC error that is returned when the number of flag details does not match the expected count.
ErrStatusCache is a GRPC error that is returned when an error has occurred while checking the cache for the flag status.
# Structs
FlagDetails contains the details of a particular flag in a particular environment.
FlagProviderServer is an implementation of the FlagProvider service.
No description provided by the author
No description provided by the author
# Interfaces
CacheRepository provides the interface for acessing the cache for storing flag statuses.
No description provided by the author