interface_demo

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 7, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DoTest

func DoTest()

test

Types

type IReadWriter

type IReadWriter interface {
	IReader
	IWriter
}

组合接口

type IReadWriterV2

type IReadWriterV2 interface {
	IReader
	IWriter
}

type IReader

type IReader interface {
	// contains filtered or unexported methods
}

type IWriter

type IWriter interface {
	// contains filtered or unexported methods
}

type RWriter

type RWriter struct {
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL