dot vardef

// 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"
  • Views: 35
  • Keywords: dot,

dot dict_test

// 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
  • Views: 32
  • Keywords: dot,

dot container

// 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.
  • Views: 34
  • Keywords: dot,

dot generated3_test

// 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()
  • Views: 35
  • Keywords: dot,

dot .travis

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"]});"

dot call

// 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
  • Views: 34
  • Keywords: dot,

dot slices

// 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
  • Views: 35
  • Keywords: dot,

dot rows

// 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

dot s16

// 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

dot caret

// 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
  • Views: 28
  • Keywords: dot,