IObj inteface for all pdf object
| 6 | |
| 7 | // IObj inteface for all pdf object |
| 8 | type IObj interface { |
| 9 | init(func() *GoPdf) |
| 10 | getType() string |
| 11 | write(w io.Writer, objID int) error |
| 12 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…