Versions in this module Expand all Collapse all v0 v0.246.3 Jul 2, 2023 Changes in this version + func Serve(ctx context.Context, artifactPath string, addr string, port string) context.CancelFunc + type ContainerItem struct + ContentLocation string + ItemType string + Path string + type ContainerItemResponse struct + Value []ContainerItem + type FileContainerResourceURL struct + FileContainerResourceURL string + type NamedFileContainerResourceURL struct + FileContainerResourceURL string + Name string + type NamedFileContainerResourceURLResponse struct + Count int + Value []NamedFileContainerResourceURL + type ResponseMessage struct + Message string + type WritableFile interface + type WriteFS interface + OpenAppendable func(name string) (WritableFile, error) + OpenWritable func(name string) (WritableFile, error)