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-cmds
Commits
792a85ea
Commit
792a85ea
authored
Nov 11, 2014
by
Brian Tiger Chow
Committed by
Juan Batiz-Benet
Nov 14, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(commands) amend
parent
bffcfa60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
command.go
command.go
+2
-2
No files found.
command.go
View file @
792a85ea
...
...
@@ -42,8 +42,8 @@ type Command struct {
Marshallers
map
[
EncodingType
]
Marshaller
// Type describes the type of the output of the Command's Run Function.
//
P
recise
ly
, the value of Type is an instance of the return type of
the
// Run Function.
//
In p
recise
terms
, the value of Type is an instance of the return type of
//
the
Run Function.
//
// ie. If command Run returns &Block{}, then Command.Type == &Block{}
Type
interface
{}
...
...
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