schema

package module
v0.1.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package schema provides types and functions for an RDF-compliant event and attribute store.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Property

type Property struct {
	Predicate string
	Objects   []TypedValue
}

type Triple

type Triple struct {
	STName string
	SText  string
	PText  string
	OTName string
	OText  string
	//TimeStamp time.Time
	TimeStamp string
}

type TypedValue

type TypedValue struct {
	TypeName string
	Value    interface{}
}

Directories

Path Synopsis
Package testing provides a testing object T with functions for classical unit testing.
Package testing provides a testing object T with functions for classical unit testing.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL