···1313 seed
1414 end
15151616- def show(%{store_path: store_path}) do
1717- store_path
1616+ def show(%{artifact: artifact}) do
1717+ artifact
1818 end
19192020 def not_found(_) do
···11// Package client provides primitives to interact with the openapi HTTP API.
22//
33-// Code generated by github.com/oapi-codegen/oapi-codegen/v2 version 2.4.1 DO NOT EDIT.
33+// Code generated by github.com/oapi-codegen/oapi-codegen/v2 version 2.5.0 DO NOT EDIT.
44package client
5566import (
···42424343// Seed A seed is an installable unit
4444type Seed struct {
4545+ // Artifact Store path of the seed
4646+ Artifact string `json:"artifact"`
4747+4548 // Name Name of the seed
4649 Name string `json:"name"`
4750···50535154 // Sid sid of the seed set by the server
5255 Sid *string `json:"sid,omitempty"`
5353-5454- // StorePath Store path of the seed
5555- StorePath string `json:"store_path"`
5656}
57575858// SeedSeedType Type of the seed