kubo/repo/config/gateway.go

8 lines
133 B
Go

package config
// Gateway contains options for the HTTP gateway server.
type Gateway struct {
RootRedirect string
Writable bool
}