mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
7 lines
No EOL
150 B
Go
7 lines
No EOL
150 B
Go
package api
|
|
|
|
import "context"
|
|
|
|
func (r *subscriptionResolver) MetadataUpdate(ctx context.Context) (<-chan string, error) {
|
|
panic("not implemented")
|
|
} |