All Downloads are FREE. Search and download functionalities are using the official Maven repository.

go-echo-server.handler-container.mustache Maven / Gradle / Ivy

package handlers

// Container will hold all dependencies for your application.
type Container struct {
}

// NewContainer returns an empty or an initialized container for your handlers.
func NewContainer() (Container, error) {
    c := Container{}
    return c, nil
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy