7 lines
222 B
Go
7 lines
222 B
Go
package cif
|
|
|
|
// Handles documents from CIF and VSTP Feeds.
|
|
// Takes in individual documents, and returns them in the correct format for the Database
|
|
// Uses types declared in owlboard/go-types/db
|
|
func DocumentHandler() {}
|