This repository has been archived on 2024-06-03. You can view files and clone it, but cannot push or open issues or pull requests.
x/containerbox.go

9 lines
135 B
Go

package x
import "git.tebibyte.media/tomo/tomo"
func (backend *Backend) NewContainerBox() tomo.ContainerBox {
// TODO
return nil
}