package api import "context" func (r *subscriptionResolver) MetadataUpdate(ctx context.Context) (<-chan string, error) { panic("not implemented") }