Ejemplo n.º 1
0
func (i *InMemoryArtifact) GetContent() io.ReadCloser {
	return common.NewClosableReader(i.Data)
}
Ejemplo n.º 2
0
func (ta *TestArtifact) GetContent() io.ReadCloser {
	return common.NewClosableReader([]byte{1, 2, 3})
}