mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 20:37:53 +08:00
8 lines
133 B
Go
8 lines
133 B
Go
package config
|
|
|
|
// Gateway contains options for the HTTP gateway server.
|
|
type Gateway struct {
|
|
RootRedirect string
|
|
Writable bool
|
|
}
|