MCPcopy Create free account

hub / github.com/ardanlabs/gotraining / types & classes

Types & classes404 in github.com/ardanlabs/gotraining

↓ 2 callersTypeAliasRuneSlice
RuneSlice a custom type of a slice of runes.
topics/go/algorithms/strings/permutation/permutation.go:8
↓ 2 callersFuncTypehandler
handler represents a function for handling events.
topics/go/language/methods/example4/example4.go:33
↓ 1 callersTypeAliasAlertCounter
AlertCounter is an exported named type that contains an integer counter for alerts.
topics/go/language/exporting/example1/counters/counters.go:9
↓ 1 callersTypeAliasCelsius
topics/go/videos/miki/interfaces/escape/weather/weather.go:7
↓ 1 callersTypeAliasKey
Key is a key in the game
topics/go/videos/miki/interfaces/stringer/key/key.go:8
↓ 1 callersInterfaceSpeaker
Speaker allows for speaking behavior.
topics/go/concurrency/data_race/advanced/example1/example1.go:16
↓ 1 callersTypeAliasTraceID
TraceID is represents the trace id.
topics/go/packages/context/example1/example1.go:14
↓ 1 callersTypeAliasalertCounter
alertCounter is an unexported named type that contains an integer counter for alerts.
topics/go/language/exporting/example3/counters/counters.go:9
↓ 1 callersTypeAliasalertCounter
alertCounter is an unexported named type that contains an integer counter for alerts.
topics/go/language/exporting/example2/counters/counters.go:9
↓ 1 callersTypeAliasduration
duration is a named type that represents a duration of time in Nanosecond.
topics/go/language/methods/example2/example2.go:12
↓ 1 callersTypeAliasduration
duration is a named type with a base type of int.
topics/go/language/interfaces/example3/example3.go:10
Class
topics/go/videos/miki/building/embed/static/bootstrap.js:699
Class
topics/go/videos/miki/building/embed/static/bootstrap.js:802
Class
topics/go/videos/miki/building/embed/static/bootstrap.js:891
Class
topics/go/videos/miki/building/embed/static/bootstrap.js:1164
Class
topics/go/videos/miki/building/embed/static/bootstrap.js:1675
Class
topics/go/videos/miki/building/embed/static/bootstrap.js:2017
Class
topics/go/videos/miki/building/embed/static/bootstrap.js:2420
Class
topics/go/videos/miki/building/embed/static/bootstrap.js:2542
Class
topics/go/videos/miki/building/embed/static/bootstrap.js:2663
Class
topics/go/videos/miki/building/embed/static/bootstrap.js:2794
Class
topics/go/videos/miki/building/embed/static/bootstrap.js:3215
Class
topics/go/videos/miki/building/embed/static/bootstrap.js:3631
Class
topics/go/videos/miki/building/embed/static/bootstrap.js:4295
Class
topics/go/videos/miki/building/embed/static/bootstrap.js:4406
Class
topics/go/videos/miki/building/embed/static/bootstrap.js:4632
Class
topics/go/videos/miki/building/embed/static/bootstrap.js:4836
StructAddrVal
topics/go/videos/miki/interfaces/flag/flag.go:10
ClassAlert
* ------------------------------------------------------------------------ * Class Definition * ------------------------------------------------
topics/go/videos/miki/building/embed/static/bootstrap.js:802
StructAnimal
Animal contains all the base fields for animals.
topics/go/design/composition/grouping/example1/example1.go:14
StructAppError
AppError represents a custom error type.
topics/go/design/error_handling/example6/example6.go:14
StructAppError
AppError represents a custom error type.
topics/go/design/error_handling/example7/example7.go:13
StructAuthError
topics/go/videos/miki/interfaces/nil_error/auth/auth.go:3
StructBBC
BBC provides support for BBC searches.
topics/go/profiling/project/search/bbc.go:13
ClassBackdrop
topics/go/videos/miki/building/embed/static/bootstrap.js:2542
ClassBaseComponent
topics/go/videos/miki/building/embed/static/bootstrap.js:699
StructBen
Ben is a person who can speak.
topics/go/concurrency/data_race/advanced/example1/example1.go:21
ClassButton
* ------------------------------------------------------------------------ * Class Definition * ------------------------------------------------
topics/go/videos/miki/building/embed/static/bootstrap.js:891
StructCNN
CNN provides support for CNN searches.
topics/go/profiling/project/search/cnn.go:13
StructCachingFeed
================================================== CachingFeed keeps a local copy of Documents that have already been retrieved. It embeds Feed to get
topics/go/language/embedding/exercises/exercise1/exercise1.go:46
StructCachingFeed
================================================== CachingFeed keeps a local copy of Documents that have already been retrieved. It embeds Feed to get
topics/go/language/embedding/exercises/template1/template1.go:73
ClassCarousel
* ------------------------------------------------------------------------ * Class Definition * ------------------------------------------------
topics/go/videos/miki/building/embed/static/bootstrap.js:1164
StructCat
Cat contains everything a Cat needs.
topics/go/design/composition/grouping/example2/example2.go:39
StructCat
Cat contains everything an Animal is but specific attributes that only a Cat has.
topics/go/design/composition/grouping/example1/example1.go:48
StructChannel
Channel defines the fields associated with the channel tag in the RSS document.
topics/go/profiling/project/search/rss.go:52
StructChannel
Channel defines the fields associated with the channel tag in the buoy RSS document.
topics/go/testing/tests/example3/example3_test.go:45
StructClient
topics/go/videos/miki/shorts/client/client.go:9
StructClient
topics/go/videos/miki/shorts/vms/after/client.go:10
StructClient
topics/go/videos/miki/shorts/vms/before/client.go:3
StructClient
topics/go/videos/miki/interfaces/mocking/client/client.go:8
StructClient
Client knows how to call the GitHub API to get contributor information.
topics/go/exercises/contributors/part2/github/client.go:12
StructClient
Client knows how to call the GitHub API to get contributor information.
topics/go/exercises/contributors/part3/github/client.go:16
StructClients
Clients manage clients who are looking to receive messages.
topics/go/algorithms/fun/pubsub/clients.go:10
InterfaceCloser
Closer is the interface that wraps the basic Close method. The behavior of Close after the first call is undefined. Specific implementations may docu
topics/go/generics/13-io/generic.go:106
ClassCollapse
* ------------------------------------------------------------------------ * Class Definition * ------------------------------------------------
topics/go/videos/miki/building/embed/static/bootstrap.js:1675
StructContributor
Contributor summarizes one person's contributions to a particular GitHub repository.
topics/go/exercises/contributors/part2/github/contributor.go:5
StructContributor
Contributor summarizes one person's contributions to a particular GitHub repository.
topics/go/exercises/contributors/part3/github/contributor.go:5
StructContributor
Contributor is a type where we can decode contributor json values.
topics/go/exercises/contributors/part1/main.go:18
TypeAliasCtxKeyType
topics/go/videos/miki/shorts/request_ctx/main.go:13
StructCustomer
Customer represents a customer
topics/go/packages/reflection/exercises/exercise1/exercise1.go:18
StructCustomer
topics/go/generics/07-field-access/generic.go:37
StructDB
topics/go/videos/miki/shorts/json_stream/db.go:9
StructDB
topics/go/videos/miki/shorts/http_flusher/main.go:49
StructDB
---
topics/go/videos/miki/shorts/cleanup/cleanup_test.go:30
StructDB
topics/go/videos/miki/building/embed/db.go:16
StructData
============================================================================= Data is the structure of the data we are copying.
topics/go/design/composition/decoupling/example3/example3.go:22
StructData
============================================================================= Data is the structure of the data we are copying.
topics/go/design/composition/decoupling/example6/example6.go:22
StructData
============================================================================= Data is the structure of the data we are copying.
topics/go/design/composition/decoupling/example2/example2.go:22
StructData
============================================================================= Data is the structure of the data we are copying.
topics/go/design/composition/decoupling/example4/example4.go:22
StructData
============================================================================= Data is the structure of the data we are copying.
topics/go/design/composition/decoupling/example1/example1.go:22
StructData
============================================================================= Data is the structure of the data we are copying.
topics/go/design/composition/decoupling/example5/example5.go:22
StructData
Data represents what is being stored on the stack.
topics/go/algorithms/data/stack/stack.go:10
StructData
Data represents what is being stored on the queue.
topics/go/algorithms/data/queue/queue.go:12
StructData
Data represents the information being stored.
topics/go/algorithms/data/tree/binary/binary.go:12
StructDateFlag
topics/go/videos/miki/shorts/date_flag/main.go:11
StructDocument
Document is the core data model we are working with.
topics/go/language/embedding/exercises/exercise1/exercise1.go:15
StructDocument
Document is the core data model we are working with.
topics/go/language/embedding/exercises/template1/template1.go:18
StructDocument
Document defines the fields associated with the RSS document.
topics/go/profiling/project/search/rss.go:59
StructDocument
Document defines the fields associated with the buoy RSS document.
topics/go/testing/tests/example3/example3_test.go:55
StructDog
Dog contains everything a Dog needs.
topics/go/design/composition/grouping/example2/example2.go:20
StructDog
Dog contains everything an Animal is but specific attributes that only a Dog has.
topics/go/design/composition/grouping/example1/example1.go:31
ClassDropdown
* ------------------------------------------------------------------------ * Class Definition * ------------------------------------------------
topics/go/videos/miki/building/embed/static/bootstrap.js:2017
StructErrTransport
topics/go/videos/miki/shorts/client/client_test.go:12
StructEvent
topics/go/videos/miki/shorts/json_stream/main.go:12
StructEvent
---
topics/go/videos/miki/shorts/label/main.go:47
StructFeed
================================================== Feed is a type that knows how to fetch Documents.
topics/go/language/embedding/exercises/exercise1/exercise1.go:23
StructFeed
================================================== Feed is a type that knows how to fetch Documents.
topics/go/language/embedding/exercises/template1/template1.go:26
InterfaceFetchCounter
================================================== FetchCounter is the behavior we depend on for our process function.
topics/go/language/embedding/exercises/exercise1/exercise1.go:77
InterfaceFetchCounter
================================================== FetchCounter is the behavior we depend on for our process function.
topics/go/language/embedding/exercises/template1/template1.go:47
StructFile
Make compiler happy
topics/go/videos/miki/interfaces/design/rot.go:23
InterfaceFloat
============================================================================== The EvalPoly function is using pointer semantics to accept a slice of p
topics/go/generics/12-pointer-methods/generic.go:47
TypeAliasFloat64
============================================================================= Defining a type that implements a part of the same API as big.Float. Thi
topics/go/generics/12-pointer-methods/generic.go:14
ClassFocusTrap
topics/go/videos/miki/building/embed/static/bootstrap.js:2663
FuncTypeHandler
func(w http.ResponseWriter, r *http.Request) error
topics/go/language/pointers/flaws/example2/example2_http_test.go:24
StructHash
Hash is a simple Hash table implementation.
topics/go/algorithms/data/hash/hash.go:18
TypeAliasIP
Sample code to show how it is important to use value or pointer semantics in a consistent way. Choose the semantic that is reasonable and practical fo
topics/go/language/methods/example5/example5.go:20
TypeAliasIPMask
topics/go/language/methods/example5/example5.go:21
InterfaceIface
topics/go/language/pointers/flaws/example4/example4_test.go:5
StructImage
Image defines the fields associated with the image tag in the RSS document.
topics/go/profiling/project/search/rss.go:44
StructInvalidUnmarshalError
An InvalidUnmarshalError describes an invalid argument passed to Unmarshal. (The argument to Unmarshal must be a non-nil pointer.)
topics/go/design/error_handling/example3/example3.go:28
next →1–100 of 404, ranked by callers