First version of package manager

Signed-off-by: Tihomir Jovicic <tihomir.jovicic.develop@gmail.com>
This commit is contained in:
Tihomir Jovicic
2021-07-30 08:02:03 +02:00
parent a29d217bfd
commit 0010609f4d
10 changed files with 716 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ import (
"go.dagger.io/dagger/state"
)
// A dagger client
// Client is a dagger client
type Client struct {
c *bk.Client
noCache bool