Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F136133
endpoints_flag.go
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
216 B
Subscribers
None
endpoints_flag.go
View Options
package
sshtunnel
type
EndpointsFlag
[]
string
func
(
i
*
EndpointsFlag
)
String
()
string
{
return
"my string representation"
}
func
(
i
*
EndpointsFlag
)
Set
(
value
string
)
error
{
*
i
=
append
(
*
i
,
value
)
return
nil
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 24, 9:07 PM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15137
Default Alt Text
endpoints_flag.go (216 B)
Attached To
rST sshtunnel
Event Timeline
Log In to Comment