Showing 70 of 70 total issues
exported method TripleParser.Run should have comment or be unexported Open
Open
func (p *TripleParser) Run() {
- Exclude checks
exported function NewFact should have comment or be unexported Open
Open
func NewFact(property string, value string) *Fact {
- Exclude checks
exported type ResourceIndexCreator should have comment or be unexported Open
Open
type ResourceIndexCreator struct {
- Exclude checks
comment on exported function NewFanOutTripleAggregate should be of the form "NewFanOutTripleAggregate ..." Open
Open
// NewFanOut creates a new FanOut process
- Exclude checks
exported type TripleAggregatePrinter should have comment or be unexported Open
Open
type TripleAggregatePrinter struct {
- Exclude checks
method convertUriToWikiTitle should be convertURIToWikiTitle Open
Open
func (p *TripleAggregateToWikiPageConverter) convertUriToWikiTitle(uri string, uriType int, resourceIndex *map[string]*TripleAggregate) (pageTitle string, factTitle string) {
- Exclude checks
exported type TripleAggregate should have comment or be unexported Open
Open
type TripleAggregate struct {
- Exclude checks
exported function NewTripleAggregate should have comment or be unexported Open
Open
func NewTripleAggregate(subj rdf.Subject, triples []rdf.Triple) *TripleAggregate {
- Exclude checks
exported method MWXMLCreator.Run should have comment or be unexported Open
Open
func (p *MWXMLCreator) Run() {
- Exclude checks
exported function NewResourceIndexToTripleAggregates should have comment or be unexported Open
Open
func NewResourceIndexToTripleAggregates() *ResourceIndexToTripleAggregates {
- Exclude checks
exported function NewWikiPage should have comment or be unexported Open
Open
func NewWikiPage(title string, facts []*Fact, categories []*Category, specificCategory *Category, pageType int) *WikiPage {
- Exclude checks
const wikiXmlTpl should be wikiXMLTpl Open
Open
const wikiXmlTpl = `
- Exclude checks
exported function NewResourceIndexCreator should have comment or be unexported Open
Open
func NewResourceIndexCreator() *ResourceIndexCreator {
- Exclude checks
exported function NewStringFileWriter should have comment or be unexported Open
Open
func NewStringFileWriter(fileName string) *StringFileWriter {
- Exclude checks
exported function NewTripleParser should have comment or be unexported Open
Open
func NewTripleParser() *TripleParser {
- Exclude checks
exported function NewMWXMLCreator should have comment or be unexported Open
Open
func NewMWXMLCreator(useTemplates bool) *MWXMLCreator {
- Exclude checks
exported type FanOutTripleAggregate should have comment or be unexported Open
Open
type FanOutTripleAggregate struct {
- Exclude checks
exported type TripleParser should have comment or be unexported Open
Open
type TripleParser struct {
- Exclude checks
exported const URITypeUndefined should have comment (or a comment on this block) or be unexported Open
Open
URITypeUndefined
- Exclude checks
exported method WikiPage.AddCategoryUnique should have comment or be unexported Open
Open
func (p *WikiPage) AddCategoryUnique(category *Category) {
- Exclude checks