dot callable

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

dot table

// 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 impleements data structures for use with rich text package data import ( "sort
  • Views: 38
  • Keywords: dot,

dot slice

// 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" ) // Slice has the type information of a slice fo
  • Views: 55
  • Keywords: dot,

dot session_test

// 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 dot_test import ( "database/sql" "fmt" "log" "net/http/httptest" "os" "time" "g
  • Views: 46
  • Keywords: dot,

dot eval_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 eval_test import ( "reflect" "testing" "github.com/dotchain/dot/changes" "github.c
  • Views: 43
  • Keywords: dot,

dot seq_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 ( "reflect" "testing" "github.com/dotchain/dot/changes" "github.c
  • Views: 44
  • Keywords: dot,

dot wrapper

// 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" type crdtChange interface { ApplyTo(ctx
  • Views: 44
  • Keywords: dot,

dot diff

// 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 diff compares two values and returns the changes package diff import ( "github.com/
  • Views: 49
  • Keywords: dot,

dot struct

// 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" ) // Struct has the type information of a struct
  • Views: 36
  • Keywords: dot,

dot substream_test

// 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 streams_test import ( "reflect" "testing" "github.com/dotchain/dot/changes" "githu