Documentation ¶
Overview ¶
Package stratumngo contains open source Go packages and tools for Stratumn.
Copyright 2016 Stratumn SAS. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Third party dependencies included in the vendor directory are distributed under their respective licenses.
Directories ¶
Path | Synopsis |
---|---|
cmd
|
|
dummyfossilizer
The command dummyfossilizer starts an HTTP server with a dummyfossilizer.
|
The command dummyfossilizer starts an HTTP server with a dummyfossilizer. |
dummystore
The command dummystore starts an HTTP server with a dummystore.
|
The command dummystore starts an HTTP server with a dummystore. |
filestore
The command filestore starts an HTTP server with a filestore.
|
The command filestore starts an HTTP server with a filestore. |
strat
The command start contains various subcommands related to Stratumn.
|
The command start contains various subcommands related to Stratumn. |
Package cs defines types to work with Chainscripts.
|
Package cs defines types to work with Chainscripts. |
cstesting
Package cstesting defines helpers to test Chainscripts.
|
Package cstesting defines helpers to test Chainscripts. |
Package dummyfossilizer implements a fossilizer that can be used for testing.
|
Package dummyfossilizer implements a fossilizer that can be used for testing. |
Package dummystore implements a store that saves all the segments in memory.
|
Package dummystore implements a store that saves all the segments in memory. |
Package filestore implements a store that saves all the segments to the file system.
|
Package filestore implements a store that saves all the segments to the file system. |
Package fossilizer defines types to implement a fossilizer.
|
Package fossilizer defines types to implement a fossilizer. |
fossilizerhttp
Package fossilizerhttp is used to create an HTTP server from a fossilizer adapter.
|
Package fossilizerhttp is used to create an HTTP server from a fossilizer adapter. |
fossilizertesting
Package fossilizertesting defines helpers to test fossilizers.
|
Package fossilizertesting defines helpers to test fossilizers. |
Package generator deals with creating projects from template files.
|
Package generator deals with creating projects from template files. |
repo
Package repo deals with a Github repository of generators.
|
Package repo deals with a Github repository of generators. |
Package jsonhttp defines a simple HTTP server that renders JSON.
|
Package jsonhttp defines a simple HTTP server that renders JSON. |
Package store defines types to implement a store.
|
Package store defines types to implement a store. |
storehttp
Package storehttp is used to create an HTTP server from a store adapter.
|
Package storehttp is used to create an HTTP server from a store adapter. |
storetestcases
Package storetestcases defines test cases to test stores.
|
Package storetestcases defines test cases to test stores. |
storetesting
Package storetesting defines helpers to test stores.
|
Package storetesting defines helpers to test stores. |
strat
|
|
cmd
Package cmd implements command line commands for strat.
|
Package cmd implements command line commands for strat. |
Package testutil contains helpers for tests.
|
Package testutil contains helpers for tests. |
Package types defines common types.
|
Package types defines common types. |