Version Inicial

This commit is contained in:
2026-04-13 21:42:04 +02:00
commit f5dc96eee5
24 changed files with 2630 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package apperrors
import "errors"
var ErrContainerNotFound = errors.New("container_not_found")