WithSingleCustomOptionKey adds a custom option key that is recognized..
(key string)
| 705 | |
| 706 | // WithSingleCustomOptionKey adds a custom option key that is recognized.. |
| 707 | func WithSingleCustomOptionKey(key string) SingleFormatOption { |
| 708 | return func(singleFormatInfo *singleFormatInfo) { |
| 709 | singleFormatInfo.customOptionKeys[key] = struct{}{} |
| 710 | } |
| 711 | } |
| 712 | |
| 713 | // ArchiveFormatOption is a archive format option. |
| 714 | type ArchiveFormatOption func(*archiveFormatInfo) |
no outgoing calls
no test coverage detected
searching dependent graphs…