# Functions
NewCommonInserter - CommonInserter constructor.
NewInserter - Inserter constructor.
NewJSInserter - JSInserter constructor.
NewJSONInserter - JSONInserter constructor.
NewYAMLInserter - YAMLInserter constructor.
# Structs
Collection - JSONやYAMLのモデル.
CommonInserter - Inserterの共通部分.
Document - Modelが持つアイテム.
Inserter - Inserter.
JSInserter - Inserter for .js.
JSONInserter - Inserter for .json.
YAMLInserter - InserterのYAML実装.