Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Options( fx.Provide( ProvideRouteStorer, ), )
Functions ¶
This section is empty.
Types ¶
type StorageOut ¶
type StorageOut struct { fx.Out RouteStorer route.RouteStorer }
func ProvideRouteStorer ¶
func ProvideRouteStorer(in StorageIn) (StorageOut, error)
type UnsupportedRouteStorageError ¶
type UnsupportedRouteStorageError struct {
// contains filtered or unexported fields
}
func (*UnsupportedRouteStorageError) Error ¶
func (e *UnsupportedRouteStorageError) Error() string
Click to show internal directories.
Click to hide internal directories.