Documentation
¶
Overview ¶
Copyright (C) BABEC. All rights reserved. Copyright (C) THL A29 Limited, a Tencent company. All rights reserved.
SPDX-License-Identifier: Apache-2.0
Copyright (C) BABEC. All rights reserved. Copyright (C) THL A29 Limited, a Tencent company. All rights reserved.
SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func IsSupportedForType ¶
func IsSupportedForType(t ProtocolType) bool
Types ¶
type DSL ¶
DSL data store location
type Protocol ¶
type Protocol struct {
Type ProtocolType
Name string
}
type ProtocolType ¶
type ProtocolType int
const ( PT_UNKNOWN ProtocolType = iota PT_FILE )
func ProtocolTypeBySchema ¶
func ProtocolTypeBySchema(schema string) ProtocolType
Source Files
¶
- dsl.go
- protocol.go
Click to show internal directories.
Click to hide internal directories.