Documentation
¶
Overview ¶
Copyright 2017 karma.run AG. All rights reserved. Use of this source code is governed by an AGPL license that can be found in the LICENSE file.
Index ¶
Constants ¶
View Source
const ( MetaModel = `MetaModel` TagModel = `TagModel` TagBucket = `TagBucket` UniqueBucket = `UniqueBucket` GraphBucket = `GraphBucket` PhargBucket = `PhargBucket` // (inverse GraphBucket) MigrationBucket = `MigrationBucket` NoitargimBucket = `NoitargimBucket` MigrationModel = `MigrationModel` ExpressionModel = `ExpressionModel` UserModel = `UserModel` RoleModel = `RoleModel` RootUser = `RootUser` )
Variables ¶
View Source
var ( MetaModelBytes = []byte(MetaModel) TagModelBytes = []byte(TagModel) TagBucketBytes = []byte(TagBucket) UniqueBucketBytes = []byte(UniqueBucket) GraphBucketBytes = []byte(GraphBucket) PhargBucketBytes = []byte(PhargBucket) MigrationBucketBytes = []byte(MigrationBucket) NoitargimBucketBytes = []byte(NoitargimBucket) MigrationModelBytes = []byte(MigrationModel) ExpressionModelBytes = []byte(ExpressionModel) UserModelBytes = []byte(UserModel) RoleModelBytes = []byte(RoleModel) RootUserBytes = []byte(RootUser) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.