Implement Last.FM Desktop Auth flow endpoints
This commit is contained in:
@@ -12,5 +12,6 @@ type Property struct {
|
||||
type PropertyRepository interface {
|
||||
Put(id string, value string) error
|
||||
Get(id string) (string, error)
|
||||
Delete(id string) error
|
||||
DefaultGet(id string, defaultValue string) (string, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user