WithRef specifies a ref string.
(ref string)
| 210 | |
| 211 | // WithRef specifies a ref string. |
| 212 | func WithRef(ref string) WriterOpt { |
| 213 | return func(opts *WriterOpts) error { |
| 214 | opts.Ref = ref |
| 215 | return nil |
| 216 | } |
| 217 | } |
no outgoing calls
searching dependent graphs…