Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
e633250c
Commit
e633250c
authored
9 years ago
by
Henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
http gw: remove unused interface
parent
d6fc414b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
core/corehttp/gateway_handler.go
core/corehttp/gateway_handler.go
+0
-7
No files found.
core/corehttp/gateway_handler.go
View file @
e633250c
...
...
@@ -29,13 +29,6 @@ const (
IpnsPathPrefix
=
"/ipns/"
)
type
gateway
interface
{
ResolvePath
(
string
)
(
*
dag
.
Node
,
error
)
NewDagFromReader
(
io
.
Reader
)
(
*
dag
.
Node
,
error
)
AddNodeToDAG
(
nd
*
dag
.
Node
)
(
u
.
Key
,
error
)
NewDagReader
(
nd
*
dag
.
Node
)
(
uio
.
ReadSeekCloser
,
error
)
}
// shortcut for templating
type
webHandler
map
[
string
]
interface
{}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment