Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewService ¶
func NewService(logger *zerolog.Logger, kafkaWriter *kafka.Writer, redisClient redis.Cmdable, eventSrc string) fileserver.Service
NewService returns the fileserver service implementation.
Types ¶
type PublishInfoFS ¶
type PublishRequestFS ¶
type PublishRequestFS struct { From share.From `json:"from,omitzero"` Publish PublishInfoFS `json:"publish,omitzero"` }
Click to show internal directories.
Click to hide internal directories.