@@ -105,27 +105,29 @@ func (c Collection) Disable() {
105
105
}
106
106
107
107
var (
108
- TrustlessGatewayRaw = Leaf {"trustless-block-gateway" , stable }
109
- TrustlessGatewayCAR = Leaf {"trustless-car-gateway" , stable }
110
- TrustlessGatewayIPNS = Leaf {"trustless-ipns-gateway" , stable }
111
- TrustlessGateway = Collection {"trustless-gateway" , []Spec {TrustlessGatewayRaw , TrustlessGatewayCAR , TrustlessGatewayIPNS }}
112
- PathGatewayUnixFS = Leaf {"path-unixfs-gateway" , stable }
113
- PathGatewayIPNS = Leaf {"path-ipns-gateway" , stable }
114
- PathGatewayTAR = Leaf {"path-tar-gateway" , stable }
115
- PathGatewayDAG = Leaf {"path-dag-gateway" , stable }
116
- PathGatewayRaw = Leaf {"path-raw-gateway" , stable }
117
- PathGateway = Collection {"path-gateway" , []Spec {PathGatewayUnixFS , PathGatewayIPNS , PathGatewayTAR , PathGatewayDAG , PathGatewayRaw }}
118
- SubdomainGatewayIPFS = Leaf {"subdomain-ipfs-gateway" , stable }
119
- SubdomainGatewayIPNS = Leaf {"subdomain-ipns-gateway" , stable }
120
- SubdomainGateway = Collection {"subdomain-gateway" , []Spec {SubdomainGatewayIPFS , SubdomainGatewayIPNS }}
121
- DNSLinkGateway = Leaf {"dnslink-gateway" , stable }
122
- RedirectsFile = Leaf {"redirects-file" , stable }
108
+ TrustlessGatewayRaw = Leaf {"trustless-block-gateway" , stable }
109
+ TrustlessGatewayCAR = Leaf {"trustless-car-gateway" , stable }
110
+ TrustlessGatewayCAROptional = Leaf {"trustless-car-gateway-optional" , stable }
111
+ TrustlessGatewayIPNS = Leaf {"trustless-ipns-gateway" , stable }
112
+ TrustlessGateway = Collection {"trustless-gateway" , []Spec {TrustlessGatewayRaw , TrustlessGatewayCAR , TrustlessGatewayCAROptional , TrustlessGatewayIPNS }}
113
+ PathGatewayUnixFS = Leaf {"path-unixfs-gateway" , stable }
114
+ PathGatewayIPNS = Leaf {"path-ipns-gateway" , stable }
115
+ PathGatewayTAR = Leaf {"path-tar-gateway" , stable }
116
+ PathGatewayDAG = Leaf {"path-dag-gateway" , stable }
117
+ PathGatewayRaw = Leaf {"path-raw-gateway" , stable }
118
+ PathGateway = Collection {"path-gateway" , []Spec {PathGatewayUnixFS , PathGatewayIPNS , PathGatewayTAR , PathGatewayDAG , PathGatewayRaw }}
119
+ SubdomainGatewayIPFS = Leaf {"subdomain-ipfs-gateway" , stable }
120
+ SubdomainGatewayIPNS = Leaf {"subdomain-ipns-gateway" , stable }
121
+ SubdomainGateway = Collection {"subdomain-gateway" , []Spec {SubdomainGatewayIPFS , SubdomainGatewayIPNS }}
122
+ DNSLinkGateway = Leaf {"dnslink-gateway" , stable }
123
+ RedirectsFile = Leaf {"redirects-file" , stable }
123
124
)
124
125
125
126
// All specs MUST be listed here.
126
127
var specs = []Spec {
127
128
TrustlessGatewayRaw ,
128
129
TrustlessGatewayCAR ,
130
+ TrustlessGatewayCAROptional ,
129
131
TrustlessGatewayIPNS ,
130
132
TrustlessGateway ,
131
133
PathGatewayUnixFS ,
0 commit comments