improved output
This commit is contained in:
@@ -10,6 +10,6 @@ type Person struct {
|
||||
}
|
||||
|
||||
type PersonStore interface {
|
||||
Get(context.Context, string) (*Person, error)
|
||||
Get(ctx context.Context, id string) (*Person, error)
|
||||
Create(ctx context.Context, person *Person, confirm bool) error
|
||||
}
|
||||
|
Reference in New Issue
Block a user