()
| 129 | } |
| 130 | |
| 131 | func componentChart091Tgz() (*asset, error) { |
| 132 | bytes, err := componentChart091TgzBytes() |
| 133 | if err != nil { |
| 134 | return nil, err |
| 135 | } |
| 136 | |
| 137 | info := bindataFileInfo{name: "component-chart-0.9.1.tgz", size: 5089, mode: os.FileMode(420), modTime: time.Unix(1776879067, 0)} |
| 138 | a := &asset{bytes: bytes, info: info} |
| 139 | return a, nil |
| 140 | } |
| 141 | |
| 142 | // Asset loads and returns the asset for the given name. |
| 143 | // It returns an error if the asset could not be found or |
nothing calls this directly
no test coverage detected