package remote import "context" type RemoteQueryOpts struct { Ctx context.Context OwnerOnly bool }