mirror of https://github.com/stashapp/stash.git
7 lines
150 B
Go
7 lines
150 B
Go
|
package api
|
||
|
|
||
|
import "context"
|
||
|
|
||
|
func (r *subscriptionResolver) MetadataUpdate(ctx context.Context) (<-chan string, error) {
|
||
|
panic("not implemented")
|
||
|
}
|