element/runtime/docker/delete.go

7 lines
93 B
Go

package docker
func (d *Docker) Delete(namespace, id string) error {
// TODO
return nil
}