forked from vieter-v/vieter
feat(client): added client code for logs API
This commit is contained in:
parent
407b226955
commit
fa6603bd45
8 changed files with 81 additions and 29 deletions
|
|
@ -31,7 +31,7 @@ fn (r1 ScheduledBuild) < (r2 ScheduledBuild) bool {
|
|||
|
||||
pub struct Daemon {
|
||||
mut:
|
||||
client client.Client
|
||||
client client.Client
|
||||
base_image string
|
||||
builder_images []string
|
||||
global_schedule CronExpression
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue