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-datastore
Commits
abb0b800
Commit
abb0b800
authored
Jan 27, 2014
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Key.Bytes.
parent
ab01561f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
key.go
key.go
+5
-0
No files found.
key.go
View file @
abb0b800
...
@@ -46,6 +46,11 @@ func (k Key) String() string {
...
@@ -46,6 +46,11 @@ func (k Key) String() string {
return
k
.
string
return
k
.
string
}
}
// Returns the bytes value of Key
func
(
k
Key
)
Bytes
()
[]
byte
{
return
[]
byte
(
k
.
string
)
}
// Returns the `list` representation of this Key.
// Returns the `list` representation of this Key.
// NewKey("/Comedy/MontyPython/Actor:JohnCleese").List()
// NewKey("/Comedy/MontyPython/Actor:JohnCleese").List()
// ["Comedy", "MontyPythong", "Actor:JohnCleese"]
// ["Comedy", "MontyPythong", "Actor:JohnCleese"]
...
...
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