2023-12-06 15:24:02 +01:00
|
|
|
<!-- Code generated by gomarkdoc. DO NOT EDIT -->
|
|
|
|
|
|
|
|
# extrafiles
|
|
|
|
|
2024-04-10 04:51:45 +02:00
|
|
|
```go
|
2023-12-06 15:24:02 +01:00
|
|
|
import "katenary/generator/extrafiles"
|
|
|
|
```
|
|
|
|
|
2024-04-10 04:51:45 +02:00
|
|
|
extrafiles package provides function to generate the Chart files that are not objects. Like README.md and notes.txt...
|
2023-12-06 15:24:02 +01:00
|
|
|
|
2024-04-21 16:37:20 +02:00
|
|
|
## func [NotesFile](<https://github.com/metal3d/katenary/blob/develop/generator/extrafiles/notes.go#L13>)
|
2023-12-06 15:24:02 +01:00
|
|
|
|
2024-04-10 04:51:45 +02:00
|
|
|
```go
|
2024-04-21 16:37:20 +02:00
|
|
|
func NotesFile(services []string) string
|
2023-12-06 15:24:02 +01:00
|
|
|
```
|
|
|
|
|
2024-04-21 16:37:20 +02:00
|
|
|
NotesFile returns the content of the note.txt file.
|
2023-12-06 15:24:02 +01:00
|
|
|
|
2024-04-10 04:51:45 +02:00
|
|
|
<a name="ReadMeFile"></a>
|
2025-06-04 15:18:11 +02:00
|
|
|
## func [ReadMeFile](<https://github.com/metal3d/katenary/blob/develop/generator/extrafiles/readme.go#L46>)
|
2023-12-06 15:24:02 +01:00
|
|
|
|
2024-04-10 04:51:45 +02:00
|
|
|
```go
|
2023-12-06 15:24:02 +01:00
|
|
|
func ReadMeFile(charname, description string, values map[string]any) string
|
|
|
|
```
|
|
|
|
|
|
|
|
ReadMeFile returns the content of the README.md file.
|
|
|
|
|
2024-04-10 04:51:45 +02:00
|
|
|
Generated by [gomarkdoc](<https://github.com/princjef/gomarkdoc>)
|