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
Raw Normal View History

2023-07-02 06:52:14 +00:00
package x
import "git.tebibyte.media/tomo/tomo"
func (backend *Backend) NewContainerBox() tomo.ContainerBox {
// TODO
return nil
}