blob: ea92980477709ad4ab66f827b57fb1ea4e46e8f4 [file] [log] [blame]
package io
// Code generated by cdproto-gen. DO NOT EDIT.
// StreamHandle this is either obtained from another method or specified as
// blob:<uuid> where <uuid> is an UUID of a Blob.
type StreamHandle string
// String returns the StreamHandle as string value.
func (t StreamHandle) String() string {
return string(t)
}