mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Moved everything out of internal
This commit is contained in:
7
api/resolver_subscription_metadata.go
Normal file
7
api/resolver_subscription_metadata.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package api
|
||||
|
||||
import "context"
|
||||
|
||||
func (r *subscriptionResolver) MetadataUpdate(ctx context.Context) (<-chan string, error) {
|
||||
panic("not implemented")
|
||||
}
|
||||
Reference in New Issue
Block a user