- // Copyright (C) 2019 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
package eval
import (
"github.com/dotchain/dot/changes"
"github.com/dotchain/dot/x/rich/data"
- // Copyright (C) 2019 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
package crdt_test
import (
"testing"
"github.com/dotchain/dot/changes/crdt"
)
func TestDict
- // Copyright (C) 2019 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
package crdt
import "github.com/dotchain/dot/changes"
// Container holds a single CRDT value.
- // Generated. DO NOT EDIT.
package mystruct
import (
"reflect"
"testing"
"github.com/dotchain/dot/changes"
"github.com/dotchain/dot/streams"
)
func TestStreamMyStructStream(t *testing.T) {
s := streams.New()
values := valuesForMyStructStream()
- language: go
sudo: false
env:
- GO111MODULE=on
services:
- mysql
- mongodb
addons:
postgresql: "9.5"
before_script:
- psql -c "CREATE DATABASE dot_test;" -U postgres
- mongo dot_test --eval "db.createUser({user:"root",pwd:"test",roles:["readWrite"]});"
- // Copyright (C) 2019 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
package eval
import (
"github.com/dotchain/dot/changes"
"github.com/dotchain/dot/changes/type
- // Copyright (C) 2019 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
package dotc
import (
"io"
"text/template"
)
// SliceStream implements code generation for s
- // Copyright (C) 2019 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
package data
import (
"github.com/dotchain/dot/changes"
"github.com/dotchain/dot/changes/type
- // Copyright (C) 2019 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
package streams
import (
"github.com/dotchain/dot/changes"
"github.com/dotchain/dot/changes/t
- // Copyright (C) 2018 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
package refs
import "github.com/dotchain/dot/changes"
// Caret is a reference to a specific po