forked from security/hakurei
container: export overlay escape
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -38,5 +38,5 @@ func TestToHost(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
// InternalToHostOvlEscape exports toHost passed to escapeOverlayDataSegment.
|
||||
func InternalToHostOvlEscape(s string) string { return escapeOverlayDataSegment(toHost(s)) }
|
||||
// InternalToHostOvlEscape exports toHost passed to EscapeOverlayDataSegment.
|
||||
func InternalToHostOvlEscape(s string) string { return EscapeOverlayDataSegment(toHost(s)) }
|
||||
|
||||
Reference in New Issue
Block a user