(p string)
| 174 | } |
| 175 | |
| 176 | func Provider(p string) NodeOption { |
| 177 | return func(o *NodeOptions) { |
| 178 | o.Provider = p |
| 179 | } |
| 180 | } |
| 181 | |
| 182 | func Icon(i string) NodeOption { |
| 183 | return func(o *NodeOptions) { |
no outgoing calls
no test coverage detected
searching dependent graphs…