mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-10-31 16:05:06 +01:00 
			
		
		
		
	Trial and Test MetricStore components
This commit is contained in:
		| @@ -35,11 +35,6 @@ func (r *jobResolver) StartTime(ctx context.Context, obj *schema.Job) (*time.Tim | ||||
| 	return ×tamp, nil | ||||
| } | ||||
|  | ||||
| // Exclusive is the resolver for the exclusive field. | ||||
| func (r *jobResolver) Exclusive(ctx context.Context, obj *schema.Job) (int, error) { | ||||
| 	panic(fmt.Errorf("not implemented: Exclusive - exclusive")) | ||||
| } | ||||
|  | ||||
| // Tags is the resolver for the tags field. | ||||
| func (r *jobResolver) Tags(ctx context.Context, obj *schema.Job) ([]*schema.Tag, error) { | ||||
| 	return r.Repo.GetTags(repository.GetUserFromContext(ctx), obj.ID) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user