Size is a size of HTML element.
| 198 | |
| 199 | // Size is a size of HTML element. |
| 200 | type Size struct { |
| 201 | Width, Height int |
| 202 | } |
| 203 | |
| 204 | // Cookie represents an HTTP cookie. |
| 205 | type Cookie struct { |
nothing calls this directly
no outgoing calls
no test coverage detected