Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageHandler ¶
type StorageHandler struct {
// contains filtered or unexported fields
}
func NewStorageHandler ¶
func NewStorageHandler(useCase usecase.StorageUseCase, consumer *kafka.Consumer, ctx context.Context) StorageHandler
func (*StorageHandler) GetEmployeeByIP ¶
func (s *StorageHandler) GetEmployeeByIP(w http.ResponseWriter, r *http.Request)
func (*StorageHandler) HandleKafka ¶
func (s *StorageHandler) HandleKafka()
Click to show internal directories.
Click to hide internal directories.