Get images

This commit is contained in:
Deluan
2021-02-08 10:14:29 -05:00
committed by Deluan Quintão
parent 28cdf1e693
commit 877cdf1d5c
6 changed files with 101 additions and 12 deletions
+3 -1
View File
@@ -7,7 +7,9 @@ import (
type Constructor func(ctx context.Context) Interface
type Interface interface{}
type Interface interface {
AgentName() string
}
type Artist struct {
Name string