Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Port string `default:"8080" envconfig:"PORT"` ServerHost string Dev bool GCS GCSConfig S3 S3Config PubSub PubSubConfig SNS SNSConfig GCP GCPConfig `envconfig:"GCP"` DB string }
func ReadConfig ¶
type Handler ¶
type Handler struct {
Controller *rhttp.Controller
}
func NewHandler ¶
func NewHandler(c *rhttp.Controller) *Handler
func (Handler) DecompressHandler ¶
func (h Handler) DecompressHandler() echo.HandlerFunc
func (Handler) WebhookHandler ¶
func (h Handler) WebhookHandler() echo.HandlerFunc
type PubSubConfig ¶
type PubSubConfig struct {
Topic string `default:"decompress"`
}
type ServerConfig ¶
Click to show internal directories.
Click to hide internal directories.